android_kernel_xiaomi_sm7250/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
double_cpdo.c
entry26.S
entry.S
extended_cpdo.c
fpa11_cpdo.c
fpa11_cpdt.c
fpa11_cprt.c
fpa11.c
fpa11.h
fpa11.inl
fpmodule.c
fpmodule.h
fpmodule.inl
fpopcode.c
fpopcode.h
fpsr.h
Makefile
milieu.h
single_cpdo.c
softfloat-macros
softfloat-specialize
softfloat.c
softfloat.h