Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d169d140944a67edd6f88f78b65b3117059f4380
Commit:     d169d140944a67edd6f88f78b65b3117059f4380
Parent:     8895ea483e144f8acca16adfff7c60a993e77b7d
Author:     Johannes Berg <[EMAIL PROTECTED]>
AuthorDate: Sat Apr 28 08:00:03 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Mon Apr 30 11:02:05 2007 +1000

    [POWERPC] Declare enable_kernel_spe in a header
    
    This patch puts enable_kernel_spe into <asm-powerpc/system.h> along with
    enable_kernel_altivec etc.
    
    Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 include/asm-powerpc/system.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h
index f7b1227..d3e0906 100644
--- a/include/asm-powerpc/system.h
+++ b/include/asm-powerpc/system.h
@@ -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 *);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to