]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/arm: initialize grant_table on ARM
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 13 Sep 2012 12:06:52 +0000 (12:06 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Dec 2012 17:44:29 +0000 (12:44 -0500)
commit57b02c3ce5415fb07226ef9fe1874cb133e2692f
treea7bd209e65f556c64ad264a36a6d75b48975174d
parentbb477688bf10e7d93e988914edfed6a09b76f6cc
xen/arm: initialize grant_table on ARM

Initialize the grant table mapping at the address specified at index 0
in the DT under the /xen node.
After the grant table is initialized, call xenbus_probe (if not dom0).

Changes in v2:

- introduce GRANT_TABLE_PHYSADDR;
- remove unneeded initialization of boot_max_nr_grant_frames.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
(cherry picked from commit b3b52fd87e8f7544fde75a471108bd5bd4492c90)
arch/arm/xen/enlighten.c