kernel-hacking-2024-linux-s.../arch/um/kernel/skas
Jeff Dike 621009f4ba [PATCH] uml: fix debug output on x86_64
The debug-stub patch was broken on x86_64 because it thinks the frame size
there is 168 words.  In reality, it is 168 bytes, and using HOST_FRAME_SIZE,
which is expressed in consistent units across architectures, fixes this.

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-01-11 18:42:10 -08:00
..
include [PATCH] uml: move libc-dependent code from signal_user.c 2006-01-08 20:13:39 -08:00
clone.c [PATCH] uml skas0: stop gcc's insanity 2005-12-18 11:19:44 -08:00
exec_kern.c
Makefile [PATCH] uml: move libc-dependent code from trap_user.c 2006-01-08 20:13:39 -08:00
mem.c [PATCH] uml: maintain own LDT entries 2005-11-07 07:53:31 -08:00
mem_user.c
mmu.c [PATCH] uml: maintain own LDT entries 2005-11-07 07:53:31 -08:00
process.c [PATCH] uml: fix debug output on x86_64 2006-01-11 18:42:10 -08:00
process_kern.c [PATCH] uml: move libc-dependent code from signal_user.c 2006-01-08 20:13:39 -08:00
syscall.c
tlb.c
uaccess.c [PATCH] uml: fix access_ok 2005-11-13 18:14:15 -08:00