original_kernel/arch/arm/nwfpe
Russell King b66da4a485 [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 <rmk+kernel@arm.linux.org.uk>
2005-07-17 10:54:50 +01:00
..
ARM-gcc.h
ChangeLog
Makefile
double_cpdo.c
entry.S
entry26.S
extended_cpdo.c
fpa11.c
fpa11.h [PATCH] ARM: Remove global nwfpe register variable 2005-07-17 10:54:50 +01:00
fpa11.inl
fpa11_cpdo.c
fpa11_cpdt.c
fpa11_cprt.c
fpmodule.c [PATCH] ARM: Remove global nwfpe register variable 2005-07-17 10:54:50 +01:00
fpmodule.h
fpmodule.inl [PATCH] ARM: Remove global nwfpe register variable 2005-07-17 10:54:50 +01:00
fpopcode.c
fpopcode.h
fpsr.h
milieu.h
single_cpdo.c
softfloat-macros [PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpe 2005-06-23 21:56:46 +01:00
softfloat-specialize
softfloat.c [PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpe 2005-06-23 21:56:46 +01:00
softfloat.h