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:
ed31348
)
irq.h: remove padding from irq_desc on 64bits
author
Richard Kennedy
<richard@rsk.demon.co.uk>
Sun, 23 Nov 2008 14:34:43 +0000
(14:34 +0000)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 23 Nov 2008 15:15:00 +0000
(16:15 +0100)
Impact: reduce struct irq_desc size
struct irq_desc: reorder to remove padding on 64bits
shrinks irq_desc to 128 bytes which saves data space & cache lines
On a generic x86_64/SMP build this reduces the reported data size by
64k.
Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found