From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:13 +0000 (+0200) Subject: [PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRT X-Git-Tag: v2.6.22-rc1~1011^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f63c41c6c57371a0931da3940c6620c2301442c;p=pandora-kernel.git [PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRT Remove CONFIG_DEBUG_PARAVIRT. When inlining code, this option attempts to trash registers in the patch-site's "clobber" field, on the grounds that this should find bugs with incorrect clobbers. Unfortunately, the clobber field really means "registers modified by this patch site", which includes return values. Because of this, this option has outlived its usefulness, so remove it. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Rusty Russell --- Reading git-diff-tree failed