paravirt: add a hook for once the allocator is ready
authorJeremy Fitzhardinge <jeremy@xensource.com>
Wed, 18 Jul 2007 01:37:03 +0000 (18:37 -0700)
committerJeremy Fitzhardinge <jeremy@goop.org>
Wed, 18 Jul 2007 15:47:41 +0000 (08:47 -0700)
commit6996d3b63fd9a64341bc80dad1b556fd3eb81272
tree74ddc02eeb33c5ce6a9670cd3fcd1613444e0711
parentfdb4c338c8d1d494e17c3422a3ea2129f6791596
paravirt: add a hook for once the allocator is ready

Add a hook so that the paravirt backend knows when the allocator is
ready.  This is useful for the obvious reason that the allocator is
available, but the other side-effect of having the bootmem allocator
available is that each page now has an associated "struct page".

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
arch/i386/kernel/setup.c
include/asm-i386/paravirt.h
include/asm-i386/setup.h