[PATCH] powerpc: put enable_kernel_spe into a header
Johannes Berg
johannes at sipsolutions.net
Sat Apr 28 08:00:03 EST 2007
This patch puts enable_kernel_spe into <asm-powerpc/system.h> along with
enable_kernel_altivec etc.
Signed-off-by: Johannes Berg <johannes at sipsolutions.net>
---
include/asm-powerpc/system.h | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.orig/include/asm-powerpc/system.h 2007-04-27 23:56:42.976021121 +0200
+++ linux-2.6/include/asm-powerpc/system.h 2007-04-27 23:59:50.826021121 +0200
@@ -131,6 +131,7 @@ extern void enable_kernel_altivec(void);
extern void giveup_altivec(struct task_struct *);
extern void load_up_altivec(struct task_struct *);
extern int emulate_altivec(struct pt_regs *);
+extern void enable_kernel_spe(void);
extern void giveup_spe(struct task_struct *);
extern void load_up_spe(struct task_struct *);
extern int fix_alignment(struct pt_regs *);
More information about the Linuxppc-dev
mailing list