Re: [PATCH 5/8] x86: apic - unify hard_smp_processor_id

From: Cyrill Gorcunov
Date: Sat Aug 23 2008 - 16:18:40 EST


[Cyrill Gorcunov - Sat, Aug 23, 2008 at 11:45:41PM +0400]
...
| |
| | this one seems have some problem with 32bit with genericarch
| |
| | because we have
| |
| | int hard_smp_processor_id(void)
| | {
| | return genapic->get_apic_id(*(unsigned long *)(APIC_BASE+APIC_ID));
| | }
| |
| | arch/x86/mach-generic/probe.c
| |
| | updated 64 bit to have MACRO.
| |
| | YH
| |
|
| thanks Yinghai, but isn't it called _after_ x86 apic chip
| initialized?
|
| - Cyrill -

it's not related to initializaton - ignore my prev mail please.
(just a notice: If you've 64bit version updated to MACRO dont
forget you will need read_apic_id as well).

- Cyrill -
--
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/