e182c965b6
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>
7 lines
73 B
C
7 lines
73 B
C
#ifndef __UM_BUG_H
|
|
#define __UM_BUG_H
|
|
|
|
#include <asm/arch/bug.h>
|
|
|
|
#endif
|