]> xenbits.xensource.com Git - xen.git/commit
xen: arm: Select ramdisk bootmodule early enough when building dom0
authorIan Campbell <ian.campbell@citrix.com>
Sat, 26 Jul 2014 08:04:23 +0000 (09:04 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Sun, 27 Jul 2014 08:40:15 +0000 (09:40 +0100)
commit3925eaef085d287d43f7d213612c4f841e2dcb86
tree89476b411a923a0ab12fefaabb51e83672b614c7
parenta7d8ce78444dd8a5ee4d987745b6a4582ee43bf9
xen: arm: Select ramdisk bootmodule early enough when building dom0

I thought in 0040b649d6df "xen: arm: Only lookup kernel/initrd bootmodule once
while building dom0" that I had identified place_modules as being soon enough,
but I was wrong, since write_properties wants to use it sooner.

Select the initrd boot module in kernel_probe at the same time we select the
kernel to avoid all this.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/kernel.c