Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2e6f40deb7dfdc40358fc9ecf07bf71ed553e5ac
Commit:     2e6f40deb7dfdc40358fc9ecf07bf71ed553e5ac
Parent:     67b60518b0ff5cd666c7650eb09f0ef41f838106
Author:     Johannes Berg <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 7 23:59:44 2007 +1100
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu Nov 8 14:15:34 2007 +1100

    [POWERPC] Make altivec code in swsusp_32.S depend on CONFIG_ALTIVEC
    
    This makes the altivec code in swsusp_32.S depend on CONFIG_ALTIVEC to
    avoid build failures for systems that don't have altivec. I'm not sure
    whether the code will actually work for other systems, but it was merged
    for just ppc32 rather than powermac a very long time ago.
    
    Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/swsusp_32.S |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/swsusp_32.S b/arch/powerpc/kernel/swsusp_32.S
index 69e8f86..77fc766 100644
--- a/arch/powerpc/kernel/swsusp_32.S
+++ b/arch/powerpc/kernel/swsusp_32.S
@@ -133,10 +133,12 @@ _GLOBAL(swsusp_arch_suspend)
 /* Resume code */
 _GLOBAL(swsusp_arch_resume)
 
+#ifdef CONFIG_ALTIVEC
        /* Stop pending alitvec streams and memory accesses */
 BEGIN_FTR_SECTION
        DSSALL
 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
+#endif
        sync
 
        /* Disable MSR:DR to make sure we don't take a TLB or
-
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