Re: [PATCH 11/15] x86: move enabling of io_apic to prepare_cpus

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Monday, June 9, 2008 - 10:08 pm

On Mon, Jun 9, 2008 at 7:46 PM, Maciej W. Rozycki <macro@linux-mips.org> wrote:

config X86_LOCAL_APIC
        def_bool y
        depends on X86_64 || (X86_32 && (X86_UP_APIC || ((X86_VISWS ||
SMP) && !X86_VOYAGER) || X86_GENERICARCH))

config X86_IO_APIC
        def_bool y
        depends on X86_64 || (X86_32 && (X86_UP_IOAPIC || (SMP &&
!(X86_VISWS || X86_VOYAGER)) || X86_GENERICARCH))

for 64bit, those are all set.

for 32bit, may need to null stub if X86_IO_APIC is not set

YH
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 12/15] x86: change naming to match x86_64, Glauber Costa, (Mon Jun 9, 7:16 am)
Re: [PATCH 11/15] x86: move enabling of io_apic to prepare ..., Yinghai Lu, (Mon Jun 9, 10:08 pm)
Re: [PATCH 11/15] x86: move enabling of io_apic to prepare ..., Maciej W. Rozycki, (Tue Jun 10, 6:30 am)
Re: [PATCH 11/15] x86: move enabling of io_apic to prepare ..., Maciej W. Rozycki, (Tue Jun 10, 12:36 pm)
Re: [PATCH 11/15] x86: move enabling of io_apic to prepare ..., Maciej W. Rozycki, (Tue Jun 10, 5:29 pm)
Re: [PATCH 11/15] x86: move enabling of io_apic to prepare ..., Maciej W. Rozycki, (Wed Jun 11, 5:57 am)