-
- Downloads
[PATCH] UML: add generic BUG support
The BUG changes in -mm3 need some arch support. This patch adds the UML support needed. For the most part, it was stolen from the underlying architecture. The exception is the kernel eip < PAGE_OFFSET test, which is wrong for skas mode UMLs. Signed-off-by:Jeff Dike <jdike@addtoit.com> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/um/Kconfig 5 additions, 0 deletionsarch/um/Kconfig
- arch/um/sys-i386/Makefile 1 addition, 1 deletionarch/um/sys-i386/Makefile
- arch/um/sys-i386/bug.c 20 additions, 0 deletionsarch/um/sys-i386/bug.c
- arch/um/sys-x86_64/Makefile 1 addition, 1 deletionarch/um/sys-x86_64/Makefile
- arch/um/sys-x86_64/bug.c 20 additions, 0 deletionsarch/um/sys-x86_64/bug.c
- include/asm-um/bug.h 3 additions, 1 deletioninclude/asm-um/bug.h
arch/um/sys-i386/bug.c
0 → 100644
arch/um/sys-x86_64/bug.c
0 → 100644
Please register or sign in to comment