login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
27
Re: [PATCH] x86-32: Allocate irq stacks seperate from percpu area
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tejun Heo
Subject:
Re: [PATCH] x86-32: Allocate irq stacks seperate from percpu area
Date: Wednesday, October 27, 2010 - 7:00 am
On 10/27/2010 03:57 PM, Eric Dumazet wrote:
quoted text
>> What does cpu_to_node() on each cpu say? Also, do you know why >> num_possible_cpus() is 32, not 16? >> > > I dont know, machine is HP ProLiant BL460c G6 > [ 0.000000] SMP: Allowing 32 CPUs, 16 hotplug CPUs > > for_each_possible_cpu(cpu) { > pr_err("cpu=%d node=%d\n", cpu, cpu_to_node(cpu)); > } > > cpu=0 node=1 > cpu=1 node=0 > cpu=2 node=1 > cpu=3 node=0 > cpu=4 node=1 > cpu=5 node=0 > cpu=6 node=1 > cpu=7 node=0 > cpu=8 node=1 > cpu=9 node=0 > cpu=10 node=1 > cpu=11 node=0 > cpu=12 node=1 > cpu=13 node=0 > cpu=14 node=1 > cpu=15 node=0 > cpu=16 node=0 > cpu=17 node=0 > cpu=18 node=0 > cpu=19 node=0 > cpu=20 node=0 > cpu=21 node=0 > cpu=22 node=0 > cpu=23 node=0 > cpu=24 node=0 > cpu=25 node=0 > cpu=26 node=0 > cpu=27 node=0 > cpu=28 node=0 > cpu=29 node=0 > cpu=30 node=0 > cpu=31 node=0
Heh, interesting table. What does the same code say on 64bit? Is it the same? -- tejun --
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:
[PATCH] MN10300: Fix the PERCPU() alignment to allow for w ...
, David Howells
, (Mon Oct 25, 3:41 pm)
Re: [PATCH] MN10300: Fix the PERCPU() alignment to allow f ...
, Tejun Heo
, (Tue Oct 26, 2:10 am)
Re: [PATCH] MN10300: Fix the PERCPU() alignment to allow f ...
, David Howells
, (Tue Oct 26, 3:22 am)
Re: [PATCH] MN10300: Fix the PERCPU() alignment to allow f ...
, Tejun Heo
, (Tue Oct 26, 5:14 am)
Re: [PATCH] MN10300: Fix the PERCPU() alignment to allow f ...
, Tejun Heo
, (Tue Oct 26, 5:27 am)
[PATCH] x86, percpu: revert commit fe8e0c25
, Tejun Heo
, (Tue Oct 26, 5:45 am)
Re: [PATCH] x86, percpu: revert commit fe8e0c25
, Ingo Molnar
, (Tue Oct 26, 6:25 am)
Re: [PATCH] x86, percpu: revert commit fe8e0c25
, Tejun Heo
, (Tue Oct 26, 6:34 am)
Re: [PATCH] x86, percpu: revert commit fe8e0c25
, Brian Gerst
, (Tue Oct 26, 6:49 am)
[RFC PATCH] percpu: always align percpu output section to ...
, Tejun Heo
, (Tue Oct 26, 7:06 am)
Re: [PATCH] MN10300: Fix the PERCPU() alignment to allow f ...
, David Howells
, (Tue Oct 26, 7:50 am)
Re: [PATCH] MN10300: Fix the PERCPU() alignment to allow f ...
, Tejun Heo
, (Tue Oct 26, 7:56 am)
Re: [PATCH] x86, percpu: revert commit fe8e0c25
, Linus Torvalds
, (Tue Oct 26, 8:08 am)
[PATCH] x86-32: Allocate irq stacks seperate from percpu area
, Brian Gerst
, (Tue Oct 26, 10:43 pm)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Tue Oct 26, 11:07 pm)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Peter Zijlstra
, (Wed Oct 27, 2:57 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 6:33 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Wed Oct 27, 6:42 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 6:57 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Wed Oct 27, 7:00 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 7:24 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Wed Oct 27, 7:39 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 7:39 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Wed Oct 27, 7:43 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Linus Torvalds
, (Wed Oct 27, 8:19 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 8:21 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Ingo Molnar
, (Wed Oct 27, 8:30 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Ingo Molnar
, (Wed Oct 27, 8:33 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Wed Oct 27, 8:35 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Wed Oct 27, 8:40 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Ingo Molnar
, (Wed Oct 27, 8:43 am)
[tip:x86/urgent] x86-32: Allocate irq stacks seperate from ...
, tip-bot for Brian Gerst
, (Wed Oct 27, 9:03 am)
[tip:x86/urgent] percpu: Remove the multi-page alignment f ...
, tip-bot for Ingo Molnar
, (Wed Oct 27, 9:04 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 9:07 am)
[PATCH] numa: fix slab_node(MPOL_BIND)
, Eric Dumazet
, (Wed Oct 27, 10:33 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Wed Oct 27, 1:55 pm)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Tejun Heo
, (Thu Oct 28, 5:01 am)
Re: [PATCH] x86-32: Allocate irq stacks seperate from perc ...
, Eric Dumazet
, (Thu Oct 28, 5:30 am)
[PATCH] x86-32: NUMA irq stacks allocations
, Eric Dumazet
, (Thu Oct 28, 7:40 am)
Re: [PATCH] numa: fix slab_node(MPOL_BIND)
, Linus Torvalds
, (Thu Oct 28, 8:59 am)
Re: [PATCH] numa: fix slab_node(MPOL_BIND)
, Eric Dumazet
, (Thu Oct 28, 9:27 am)
Re: [PATCH] numa: fix slab_node(MPOL_BIND)
, Mel Gorman
, (Thu Oct 28, 9:45 am)
Re: [PATCH] numa: fix slab_node(MPOL_BIND)
, Christoph Lameter
, (Thu Oct 28, 9:55 am)
Re: [PATCH] numa: fix slab_node(MPOL_BIND)
, Andrew Morton
, (Thu Oct 28, 2:07 pm)
[tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware all ...
, tip-bot for Eric Dumazet
, (Thu Oct 28, 11:43 pm)
Re: [PATCH] numa: fix slab_node(MPOL_BIND)
, Christoph Lameter
, (Fri Oct 29, 7:55 am)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Peter Zijlstra
, (Fri Oct 29, 11:32 am)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Cyrill Gorcunov
, (Fri Oct 29, 1:09 pm)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Cyrill Gorcunov
, (Fri Oct 29, 1:28 pm)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Eric Dumazet
, (Fri Oct 29, 1:53 pm)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Eric Dumazet
, (Fri Oct 29, 1:58 pm)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Cyrill Gorcunov
, (Fri Oct 29, 1:59 pm)
Re: [tip:x86/urgent] x86-32: Restore irq stacks NUMA-aware ...
, Cyrill Gorcunov
, (Fri Oct 29, 2:21 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jakub Narebski
Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.
Rafael J. Wysocki
[Bug #16136] Linux 2.6.34 causes system lockup on Compaq Presario 2200 Laptop
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Paul E. McKenney
Re: [PATCH, RFC] v4 scalable classic RCU implementation
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Christian Stimming
git-gui: Fix broken revert confirmation.
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Julius Volz
[PATCH] IRDA: Fix genlmsg_put() return value check.
openbsd-misc
:
James Hozier
Re: DVD burn error: No space left on device
Ryan McBride
Re: Packets Per Second Limit?
Christophe Rioux
Implementation example of snmp
Very Fashion.com
Very-fashion.com -Novo! Brendirana garderoba po najpovoljnijim cenama.Bisou Bisou ...
Nick Holland
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate