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:
03439e7
)
s390/smp: reduce memory consumption of pcpu_devices array
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 5 Dec 2013 11:42:09 +0000
(12:42 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Mon, 16 Dec 2013 13:37:46 +0000
(14:37 +0100)
Remove the embedded struct cpu from struct pcpu and replace it with a
pointer instead. The struct cpu now gets allocated when a new cpu gets
detected.
The size of the pcpu_devices array (NR_CPUS * sizeof(struct pcpu)) gets
reduced by nearly 120KB.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found