diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-23 14:51:11 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-25 16:46:08 +0000 |
commit | cc3d7f70c37641ca417f4c02ecaf12cd9772ffa6 (patch) | |
tree | c059418b4a2dd1fbc837406b3aac3e323e5bcb45 /arch/arm/mach-vexpress/v2m.c | |
parent | 9a9ab3cc00dc0c338e3ab96f75a0e1a3c1aa3c27 (diff) | |
download | blackbird-op-linux-cc3d7f70c37641ca417f4c02ecaf12cd9772ffa6.tar.gz blackbird-op-linux-cc3d7f70c37641ca417f4c02ecaf12cd9772ffa6.zip |
xen: move the xenvm machine to mach-virt
xenvm is based on mach-vexpress, move it to mach-virt.
Changes in v4:
- update the dts Makefile too.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
CC: Marc Zyngier <marc.zyngier@arm.com>
CC: will.deacon@arm.com
CC: arnd@arndb.de
CC: rob.herring@calxeda.com
Diffstat (limited to 'arch/arm/mach-vexpress/v2m.c')
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 915683cb67d6..c43ec789661d 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -469,7 +469,6 @@ static void __init v2m_dt_init(void) static const char * const v2m_dt_match[] __initconst = { "arm,vexpress", - "xen,xenvm", NULL, }; |