debuggers.hg
changeset 3648:49e44c44570c
bitkeeper revision 1.1159.237.1 (42009f91t0Aoy5LO2Vy893fGlSNC7Q)
Make MP table findable on x86_64.
Signed-off-by: keir.fraser@cl.cam.ac.uk
Make MP table findable on x86_64.
Signed-off-by: keir.fraser@cl.cam.ac.uk
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 09:38:25 2005 +0000 (2005-02-02) |
parents | fd1dd0663b09 |
children | 36fa617b88a7 |
files | xen/arch/x86/mpparse.c |
line diff
1.1 --- a/xen/arch/x86/mpparse.c Wed Feb 02 00:26:53 2005 +0000 1.2 +++ b/xen/arch/x86/mpparse.c Wed Feb 02 09:38:25 2005 +0000 1.3 @@ -859,7 +859,7 @@ void __init get_smp_config (void) 1.4 1.5 static int __init smp_scan_config (unsigned long base, unsigned long length) 1.6 { 1.7 - unsigned long *bp = phys_to_virt(base); 1.8 + unsigned int *bp = phys_to_virt(base); 1.9 struct intel_mp_floating *mpf; 1.10 1.11 Dprintk("Scan SMP from %p for %ld bytes.\n", bp,length);