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: H. Peter Anvin
Subject:
Re: [PATCH] x86, acpi: Handle all SRAT cpu entries even have cpu num limitation
Date: Wednesday, December 15, 2010 - 3:53 pm
On 12/15/2010 02:40 PM, Yinghai Lu wrote:
quoted text
> On 12/15/2010 02:01 PM, H. Peter Anvin wrote: >> 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. >
I really, really don't like that... we want more unification, not less... -hpa --
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)
[tip:x86/apic] x86, acpi: Add MAX_LOCAL_APIC for 32bit
, tip-bot for Yinghai Lu
, (Thu Dec 23, 4:21 pm)
[tip:x86/apic] x86, acpi: Parse all SRAT cpu entries even ...
, tip-bot for Yinghai Lu
, (Thu Dec 23, 4:22 pm)
Re: [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries ...
, H. Peter Anvin
, (Mon Dec 27, 11:43 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger