aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mpparse.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-10 10:53:03 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-10 10:53:03 +0000
commit95ff68cdc7aebe0879930129c4b10e73e84b6ff6 (patch)
treedfeb3fa09d6e5e5c68dce4bece16618c95ea050f /xen/arch/x86/mpparse.c
parent0a80a0f0b17baec639e1d018ebc3de57c8a1afb0 (diff)
downloadxen-95ff68cdc7aebe0879930129c4b10e73e84b6ff6.tar.gz
xen-95ff68cdc7aebe0879930129c4b10e73e84b6ff6.tar.bz2
xen-95ff68cdc7aebe0879930129c4b10e73e84b6ff6.zip
bitkeeper revision 1.1389.5.44 (4280928fXpCA_GX9SyUz9gLg1XVEVw)
Fix x86/64 bootup. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/mpparse.c')
-rw-r--r--xen/arch/x86/mpparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/mpparse.c b/xen/arch/x86/mpparse.c
index 09a55805e1..83d93ef3e6 100644
--- a/xen/arch/x86/mpparse.c
+++ b/xen/arch/x86/mpparse.c
@@ -725,7 +725,7 @@ void __init get_smp_config (void)
static int __init smp_scan_config (unsigned long base, unsigned long length)
{
- unsigned long *bp = phys_to_virt(base);
+ unsigned int *bp = phys_to_virt(base);
struct intel_mp_floating *mpf;
Dprintk("Scan SMP from %p for %ld bytes.\n", bp,length);