xen: eliminate scalability issues from initrd handling
authorJuergen Gross <jgross@suse.com>
Wed, 17 Sep 2014 04:12:36 +0000 (06:12 +0200)
committerDavid Vrabel <david.vrabel@citrix.com>
Fri, 3 Oct 2014 11:34:52 +0000 (12:34 +0100)
Size restrictions native kernels wouldn't have resulted from the initrd
getting mapped into the initial mapping. The kernel doesn't really need
the initrd to be mapped, so use infrastructure available in Xen to avoid
the mapping and hence the restriction.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>

No differences found