Re: [PATCH 3/3] KVM paravirt-ops implementation

From: Rusty Russell
Date: Tue Aug 28 2007 - 14:32:02 EST


On Mon, 2007-08-27 at 10:16 -0500, Anthony Liguori wrote:
> @@ -569,6 +570,7 @@ asmlinkage void __init start_kernel(void)
> }
> sort_main_extable();
> trap_init();
> + kvm_guest_init();
> rcu_init();
> init_IRQ();
> pidhash_init();

Hi Anthony,

This placement seems arbitrary. Why not earlier from setup_arch, or as
a normal initcall?

Rusty.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/