diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-23 10:51:11 -0400 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2013-04-25 12:46:08 -0400 |
commit | cc3d7f70c37641ca417f4c02ecaf12cd9772ffa6 (patch) | |
tree | c059418b4a2dd1fbc837406b3aac3e323e5bcb45 /arch/arm/mach-vexpress/v2m.c | |
parent | 9a9ab3cc00dc0c338e3ab96f75a0e1a3c1aa3c27 (diff) |
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) | |||
469 | 469 | ||
470 | static const char * const v2m_dt_match[] __initconst = { | 470 | static const char * const v2m_dt_match[] __initconst = { |
471 | "arm,vexpress", | 471 | "arm,vexpress", |
472 | "xen,xenvm", | ||
473 | NULL, | 472 | NULL, |
474 | }; | 473 | }; |
475 | 474 | ||