Re: [PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-30 Thread Randy Dunlap
John Keller wrote: [adding Andi Kleen] John Keller wrote: Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller <[EMAIL PROTECTED]> --- Is there some architectural reason that IO APIC NMI support should require ACPI?

[PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-30 Thread John Keller
> > [adding Andi Kleen] > > John Keller wrote: > > Place all the IOACPI NMI support code under CONFIG_ACPI > > to clear up build errors with certain configs. > > > > Signed-off-by: John Keller <[EMAIL PROTECTED]> > > --- > > Is there some architectural reason that IO APIC NMI support should >

[PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-30 Thread John Keller
[adding Andi Kleen] John Keller wrote: Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller [EMAIL PROTECTED] --- Is there some architectural reason that IO APIC NMI support should require ACPI? OK,

Re: [PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-30 Thread Randy Dunlap
John Keller wrote: [adding Andi Kleen] John Keller wrote: Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller [EMAIL PROTECTED] --- Is there some architectural reason that IO APIC NMI support should require ACPI?

Re: [PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-29 Thread Randy Dunlap
[adding Andi Kleen] John Keller wrote: Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller <[EMAIL PROTECTED]> --- Is there some architectural reason that IO APIC NMI support should require ACPI? Is this a new

[PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-29 Thread John Keller
Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller <[EMAIL PROTECTED]> --- arch/x86_64/kernel/io_apic.c | 77 + 1 file changed, 40 insertions(+), 37 deletions(-) Index:

[PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-29 Thread John Keller
Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller [EMAIL PROTECTED] --- arch/x86_64/kernel/io_apic.c | 77 + 1 file changed, 40 insertions(+), 37 deletions(-) Index:

Re: [PATCH] - x86_64-add-ioapic-nmi-support-fix-3

2007-06-29 Thread Randy Dunlap
[adding Andi Kleen] John Keller wrote: Place all the IOACPI NMI support code under CONFIG_ACPI to clear up build errors with certain configs. Signed-off-by: John Keller [EMAIL PROTECTED] --- Is there some architectural reason that IO APIC NMI support should require ACPI? Is this a new