debuggers.hg
changeset 3649:36fa617b88a7
bitkeeper revision 1.1159.212.70 (42009f98S4XUaUN_bw-spD54MX9ZtQ)
Merge scramble.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
Merge scramble.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 09:38:32 2005 +0000 (2005-02-02) |
parents | d49c0626928e 49e44c44570c |
children | 0ef6e8e6e85d 47a82d6e179e |
files | xen/arch/x86/mpparse.c |
line diff
1.1 --- a/xen/arch/x86/mpparse.c Wed Feb 02 09:23:32 2005 +0000 1.2 +++ b/xen/arch/x86/mpparse.c Wed Feb 02 09:38:32 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);