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)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 13 Sep 2012 12:06:52 +0000 (12:06 +0000)
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>

No differences found