git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38b223
)
Xen: reduce memory required for cpu_evtchn_mask
author
Mike Travis
<travis@sgi.com>
Sun, 11 Jan 2009 05:58:11 +0000
(21:58 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 11 Jan 2009 18:13:25 +0000
(19:13 +0100)
Impact: reduce memory usage.
Reduce this significant gain in the amount of memory used
when NR_CPUS bumped from 128 to 4096 by allocating the
array based on nr_cpu_ids:
65536 +2031616 2097152 +3100% cpu_evtchn_mask(.bss)
Signed-off-by: Mike Travis <travis@sgi.com>
Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Chris Wright <chrisw@sous-sol.org>
Cc: virtualization@lists.osdl.org
Cc: xen-devel@lists.xensource.com
drivers/xen/events.c
patch
|
blob
|
history
diff --cc
drivers/xen/events.c
Simple merge