]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] UML: add generic BUG support
authorJeff Dike <jdike@addtoit.com>
Fri, 8 Dec 2006 10:36:23 +0000 (02:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:39 +0000 (08:28 -0800)
commitdaed9d7e1526d405458ff8d1439c7d83318bd558
tree287d3801dc660b4bc39da08400a68b6ea536e30e
parent21830e33eb364c163b1f16e1b12e1347c62f721b
[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>
arch/um/Kconfig
arch/um/sys-i386/Makefile
arch/um/sys-i386/bug.c [new file with mode: 0644]
arch/um/sys-x86_64/Makefile
arch/um/sys-x86_64/bug.c [new file with mode: 0644]
include/asm-um/bug.h