aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/setup.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-02-15 13:32:07 +0000
committerIan Campbell <ian.campbell@citrix.com>2013-02-15 13:32:07 +0000
commit107b7c0badd422ffba9342cb237eda73ec6373d4 (patch)
tree02611998e599d2994f83a67d6a3e6988dd6a3cae /xen/arch/arm/setup.c
parentefadaf957aca9910ed07692fb264354f43794423 (diff)
downloadxen-107b7c0badd422ffba9342cb237eda73ec6373d4.tar.gz
xen-107b7c0badd422ffba9342cb237eda73ec6373d4.tar.bz2
xen-107b7c0badd422ffba9342cb237eda73ec6373d4.zip
xen: arm32: Don't bother with the bootloader provided ARM-Linux machine type
Everything is DTB based and on 64-bit there is no such concept even in Linux. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/arch/arm/setup.c')
-rw-r--r--xen/arch/arm/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c
index e1ab7f642a..7e3586057a 100644
--- a/xen/arch/arm/setup.c
+++ b/xen/arch/arm/setup.c
@@ -329,7 +329,6 @@ void __init setup_cache(void)
/* C entry point for boot CPU */
void __init start_xen(unsigned long boot_phys_offset,
- unsigned long arm_type,
unsigned long atag_paddr,
unsigned long cpuid)
{