From: Rusty Russell Date: Tue, 13 Feb 2007 12:26:26 +0000 (+0100) Subject: [PATCH] i386: paravirt unhandled fallthrough X-Git-Tag: v2.6.21-rc1~184^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=992af68147299bb635be97f789e4f66ba7add477;p=pandora-kernel.git [PATCH] i386: paravirt unhandled fallthrough The current code simply calls "start_kernel" directly if we're under a hypervisor and no paravirt_ops backend wants us, because paravirt.c registers that as a backend. This was always a vain hope; start_kernel won't get far without setup. It's also impossible for paravirt_ops backends which don't sit in the arch/i386/kernel directory: they can't link before paravirt.o anyway. Keep it simple: if we pass all the registered paravirt probes, BUG(). Signed-off-by: Rusty Russell Signed-off-by: Andi Kleen --- Reading git-diff-tree failed