linux/arch/um
Jeff Dike fb30d64568 [PATCH] uml: add missing __volatile__
We were missing __volatile__ on some bits of asm in the segfault handlers.
On x86_64, this was messing up the move from %rdx to uc because that was
moved to after the GET_FAULTINFO_FROM_SC, which changed %rdx.

Also changed the other bit of asm and the one in the i386 handler to
prevent any similar occurrences.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-19 09:13:51 -07:00
..
drivers [PATCH] uml: make 64-bit COW files compatible with 32-bit ones 2006-04-19 09:13:49 -07:00
include [PATCH] uml: change sigjmp_buf to jmp_buf 2006-04-19 09:13:51 -07:00
kernel [PATCH] uml: fix some double export warnings 2006-04-11 06:18:36 -07:00
os-Linux [PATCH] uml: physical memory map file fixes 2006-04-19 09:13:51 -07:00
scripts [PATCH] uml: support sparse for userspace files 2006-04-11 06:18:36 -07:00
sys-i386 [PATCH] uml: add missing __volatile__ 2006-04-19 09:13:51 -07:00
sys-ia64
sys-ppc
sys-x86_64 [PATCH] uml: add missing __volatile__ 2006-04-19 09:13:51 -07:00
Kconfig [PATCH] uml: kconfigs 2006-03-31 12:18:51 -08:00
Kconfig.char
Kconfig.debug
Kconfig.i386 [PATCH] um: fix undefined reference to hweight32 2006-03-26 08:57:09 -08:00
Kconfig.net
Kconfig.scsi
Kconfig.x86_64 [PATCH] um: fix undefined reference to hweight32 2006-03-26 08:57:09 -08:00
Makefile [PATCH] uml: fix parallel make early failure on clean tree 2006-04-11 06:18:37 -07:00
Makefile-i386
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas
Makefile-tt
Makefile-x86_64 [PATCH] uml: eliminate symlinks to host arch 2006-03-31 12:18:50 -08:00
config.release
defconfig