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:
bac9c66
)
[S390] Avoid static struct initializations in appldata.
author
Gerald Schaefer
<geraldsc@de.ibm.com>
Thu, 28 Sep 2006 14:55:23 +0000
(16:55 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 28 Sep 2006 14:55:23 +0000
(16:55 +0200)
Don't use static initialization for struct members containing
variables because gcc would generate more code and use double space
on stack.
Signed-off-by: Gerald Schaefer <geraldsc@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found