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
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Linus Torvalds
Linux 2.6.26-rc6
Jeffrey V. Merkey
Re: Versioning file system
git
:
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Jörg Sommer
[PATCH v2 08/13] Unify the lenght of $SHORT* and the commits in the TODO list
Boyd Lynn Gerber
Re: [VOTE] git versus mercurial
Stefan Näwe
Re: [PATCH] git-gui: use --exclude-standard to check for untracked files
linux-netdev
:
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
David Miller
Re: [PATCH -next] sfc: Use correct macro to set event bitfield
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate