commit | e182c965b6ce0dffed0967a1be2173825a2ede2f | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Fri Dec 08 02:36:23 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Dec 08 08:28:39 2006 -0800 |
tree | 287d3801dc660b4bc39da08400a68b6ea536e30e | |
parent | c31a0bf3e1bc581676618db7492f18798fd0a73f [diff] |
[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>