login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
15
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even have cpu num limitation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even have cpu num limitation
Date: Wednesday, December 15, 2010 - 3:40 pm
On 12/15/2010 02:01 PM, H. Peter Anvin wrote:
quoted text
> On 11/13/2010 05:38 PM, Yinghai Lu wrote: >> Index: linux-2.6/arch/x86/kernel/acpi/boot.c >> =================================================================== >> --- linux-2.6.orig/arch/x86/kernel/acpi/boot.c >> +++ linux-2.6/arch/x86/kernel/acpi/boot.c >> @@ -198,6 +198,13 @@ static void __cpuinit acpi_register_lapi >> { >> unsigned int ver = 0; >> >> +#ifdef CONFIG_X86_64 >> + if (id >= (MAX_APICS-1)) { >> + printk(KERN_INFO PREFIX "skipped apicid that is too big\n"); >> + return; >> + } >> +#endif >> + >> if (!enabled) { >> ++disabled_cpus; >> return; > > Why the #ifdef?
try to limit the affects to 32bit's bunch sub arch etc. Thanks Yinghai --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Thu Nov 11, 3:06 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Thu Nov 11, 3:09 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Peter Zijlstra
, (Thu Nov 11, 5:36 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Thu Nov 11, 5:40 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Thu Nov 11, 5:42 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Peter Zijlstra
, (Thu Nov 11, 6:04 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Sat Nov 13, 1:40 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Peter Zijlstra
, (Sat Nov 13, 3:30 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Sat Nov 13, 5:00 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Peter Zijlstra
, (Sat Nov 13, 5:57 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Sat Nov 13, 6:10 am)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Yinghai Lu
, (Sat Nov 13, 12:12 pm)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Peter Zijlstra
, (Sat Nov 13, 12:41 pm)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Sat Nov 13, 4:57 pm)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Yinghai Lu
, (Sat Nov 13, 5:18 pm)
Re: [BUG 2.6.27-rc1] find_busiest_group() LOCKUP
, Wu Fengguang
, (Sat Nov 13, 5:55 pm)
[PATCH] x86, acpi: Handle all SRAT cpu entries even have c ...
, Yinghai Lu
, (Sat Nov 13, 6:38 pm)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, Wu Fengguang
, (Sun Nov 14, 10:32 am)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, Yinghai Lu
, (Sun Nov 14, 11:02 am)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, Yinghai Lu
, (Sun Nov 14, 11:19 am)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, Wu Fengguang
, (Sun Nov 14, 6:22 pm)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, H. Peter Anvin
, (Wed Dec 15, 3:01 pm)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, Yinghai Lu
, (Wed Dec 15, 3:40 pm)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, H. Peter Anvin
, (Wed Dec 15, 3:53 pm)
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even ha ...
, Yinghai Lu
, (Wed Dec 15, 3:57 pm)
[PATCH 1/2] x86, acpi: add MAX_LOCAL_APIC for 32bit
, Yinghai Lu
, (Thu Dec 16, 8:09 pm)
[PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries even ...
, Yinghai Lu
, (Thu Dec 16, 8:09 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, Venkatesh Pallipadi
, (Fri Dec 17, 11:53 am)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, Yinghai Lu
, (Fri Dec 17, 12:27 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, Kay Sievers
, (Fri Dec 17, 12:35 pm)
Re: [PATCH 1/2] x86, acpi: add MAX_LOCAL_APIC for 32bit
, David Rientjes
, (Fri Dec 17, 1:56 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, Venkatesh Pallipadi
, (Fri Dec 17, 4:32 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, Venkatesh Pallipadi
, (Mon Dec 20, 9:31 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, David Rientjes
, (Tue Dec 21, 11:43 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, Venkatesh Pallipadi
, (Wed Dec 22, 1:28 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, David Rientjes
, (Wed Dec 22, 3:51 pm)