X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=arch%2Fsparc%2Fkernel%2Fprocess_64.c;h=093849bfda508528b66896a59b3d2009d36d8b12;hp=d33c58a58d4ffb7045eb578bc99297a213ce35ec;hb=b250e6d141ce4f0d0ada60e4b5db577050e5feb0;hpb=405386b02157ea1ee49ecb6917c2397985bb2a39 diff --git a/arch/sparc/kernel/process_64.c b/arch/sparc/kernel/process_64.c index d33c58a58d4f..093849bfda50 100644 --- a/arch/sparc/kernel/process_64.c +++ b/arch/sparc/kernel/process_64.c @@ -9,9 +9,6 @@ /* * This file handles the architecture-dependent parts of process handling.. */ - -#include - #include #include #include @@ -518,7 +515,7 @@ void synchronize_user_stack(void) static void stack_unaligned(unsigned long sp) { - force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp, 0); + force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp); } static const char uwfault32[] = KERN_INFO \