Re: [PATCH] powerpc: fix suspend states again
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2007-04-27 21:54:44
Attachments
- signature.asc [application/pgp-signature] 190 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2007-04-27 21:54:44
On Fri, 2007-04-27 at 16:53 -0500, Olof Johansson wrote:
quoted
+ * GPLv2 + */A regular GPL copyright blurb isn't that hard to paste in. :-)
Aw, I just hate cluttering all the files with it :)
quoted
+#ifdef CONFIG_SPE +extern void enable_kernel_spe(void); +#endifThis should be added to asm-powerpc/system.h instead
and it shouldn't be ifdef'ed either ;)
, and that should be included here since that has the enable_kernel_altivec() and enable_kernel_fp() definitions.
True. Guess I get to make two new patches. johannes