Move source tree closer to the 2.6.32.17 mainline
/arch/sparc/kernel/process_64.c
blob:c3f1cce0e95e78ec40d466fb2a82f747e1590c48 -> blob:cb70476bd8f5ccd72a6f72900195f8a74f6abfcb
--- arch/sparc/kernel/process_64.c
+++ arch/sparc/kernel/process_64.c
@@ -398,11 +398,11 @@ static unsigned long clone_stackframe(un
} else
__get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6]));
- /* Now 8-byte align the stack as this is mandatory in the
- * Sparc ABI due to how register windows work. This hides
- * the restriction from thread libraries etc. -DaveM
+ /* Now align the stack as this is mandatory in the Sparc ABI
+ * due to how register windows work. This hides the
+ * restriction from thread libraries etc.
*/
- csp &= ~7UL;
+ csp &= ~15UL;
distance = fp - psp;
rval = (csp - distance);