On Mon, 2007-01-15 at 21:29 -0500, Jimi Xenidis wrote: > On Jan 15, 2007, at 8:20 PM, Hollis Blanchard wrote: > > > On Mon, 2007-01-15 at 17:25 -0500, Jimi Xenidis wrote: > >>>>> +int make_devtree( > >> [snip] > >>>> Any ideas what this reservation is for? is it for the flat-devtree > >>>> itself? > >>> > >>> Nope. > >>> > >>>>> + /* root.reserve(0x1000000, 0x1000) */ > >>>>> + val[0] = cpu_to_be64((u64) 0x1000000); > >>>>> + val[1] = cpu_to_be64((u64) 0x1000); > >>>>> + ft_add_rsvmap(root, val[0], val[1]); > > > > Yes, it is: see DEVTREE_ADDR in xc_linux_build.c . > so we can lose it, right?
You should know: http://patchwork.ozlabs.org/linuxppc/patch?id=5043 :) Yes, we can remove it. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-ppc-devel mailing list [email protected] http://lists.xensource.com/xen-ppc-devel
