From: Russell King Date: Sun, 17 Jul 2005 09:54:50 +0000 (+0100) Subject: [PATCH] ARM: Remove global nwfpe register variable X-Git-Tag: v2.6.13-rc4~80^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66da4a4859b0be3f12575863bf1d873116d1947;p=pandora-kernel.git [PATCH] ARM: Remove global nwfpe register variable Recent changes to nwfpe broke the build with some gcc versions: In file included from arch/arm/nwfpe/softfloat.c:33: arch/arm/nwfpe/fpa11.h:32: global register variable follows a function definition make[1]: *** [arch/arm/nwfpe/softfloat.o] Error 1 Since we now ensure that the kernel stack is empty when returning to user space, we can now access the userspace registers with reference to the kernel stack using current_thread_info(), rather than remembering the stack pointer at the time nwfpe was called. Signed-off-by: Russell King --- Reading git-diff-tree failed