Files
ubports_kernel_google_msm/arch/i386/kernel
Rusty Russell 992af68147 [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 <rusty@rustcorp.com.au>
Signed-off-by: Andi Kleen <ak@suse.de>
2007-02-13 13:26:26 +01:00
..
2007-02-13 13:26:22 +01:00
2007-02-13 13:26:22 +01:00
2007-02-13 13:26:21 +01:00
2006-12-08 08:28:39 -08:00
2007-02-02 21:14:28 -05:00
2007-02-13 13:26:22 +01:00
2007-02-13 13:26:21 +01:00
2006-10-11 11:14:21 -07:00
2007-02-13 13:26:21 +01:00
2007-02-13 13:26:21 +01:00
2007-02-13 13:26:21 +01:00
2006-07-31 13:28:43 -07:00