[Maciej W. Rozycki - Sat, Aug 16, 2008 at 08:52:07PM +0100]
| On Sat, 16 Aug 2008, Cyrill Gorcunov wrote:
|
| > +#ifdef CONFIG_X86_64
| > + if (x2apic)
| > + enable_x2apic();
| > + else
| > +#endif
|
| Hmm, x86-64 hardware can run a 32-bit kernel, so it might be a good idea
| to take the opportunity of the merge and extend x2APIC support to the
| 32-bit configuration too. It should be mostly a mechanical change. Just
| a suggestion though -- feel free to ignore if you'd rather not dive into
| it. ;)
|
| Maciej
|
yes, I thought about this - will take a look, thanks!
- Cyrill -
--