Re: [OPERA] Potential bugs detected by static analysis tool in 2.6.4

From: Andi Kleen
Date: Thu May 06 2004 - 02:17:00 EST


"Zhenmin Li" <zli4@xxxxxxxxxxx> writes:

> 5. /arch/x86_64/kernel/mpparse.c, Line 652:
> Dprintk("Boot CPU = %d\n", boot_cpu_physical_apicid);
>
> Maybe change to:
> Dprintk("Boot CPU = %d\n", boot_cpu_id);

They are the same anyways:

include/asm-x86_64/acpi.h:144:#define boot_cpu_physical_apicid boot_cpu_id

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/