};
chosen {
- xen,dom0-bootargs = "console=hvc0,115200n8 debug root=/dev/mmcblk1 rw rootwait init=/bin/bash"; /*root=/dev/mmcblk0p4 */
+ xen,dom0-bootargs = "console=hvc0,115200n8 console=tty1 debug root=/dev/mmcblk0p7 rw rootwait init=/bin/bash"; /*root=/dev/mmcblk0p4 */
};
aliases {
#include <xen/interface/xen.h>
#include <xen/page.h>
#include <xen/grant_table.h>
+#include <asm/errno.h>
int arch_gnttab_map_shared(unsigned long *frames, unsigned long nr_gframes,
unsigned long max_nr_gframes,
#include <linux/spinlock.h>
#include <linux/vmalloc.h>
#include <linux/export.h>
+#include <linux/mm.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/page.h>
#include <xen/interface/xen.h>