From: Jeff Dike Date: Fri, 8 Dec 2006 10:36:23 +0000 (-0800) Subject: [PATCH] UML: add generic BUG support X-Git-Tag: v2.6.20-rc1~34^2~379 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e182c965b6ce0dffed0967a1be2173825a2ede2f;p=pandora-kernel.git [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 Cc: Jeremy Fitzhardinge Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed