dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ChangeLog Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
double_cpdo.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
entry.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
entry26.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
extended_cpdo.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpa11.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpa11.h [PATCH] ARM: Remove global nwfpe register variable 2005-07-17 10:54:50 +01:00
fpa11.inl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpa11_cpdo.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpa11_cpdt.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpa11_cprt.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpmodule.c [PATCH] ARM: Remove global nwfpe register variable 2005-07-17 10:54:50 +01:00
fpmodule.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpmodule.inl [PATCH] ARM: Remove global nwfpe register variable 2005-07-17 10:54:50 +01:00
fpopcode.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpopcode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fpsr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
milieu.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
single_cpdo.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
softfloat-macros [PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpe 2005-06-23 21:56:46 +01:00
softfloat-specialize Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
softfloat.c [PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpe 2005-06-23 21:56:46 +01:00
softfloat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00