[S390] Avoid static struct initializations in appldata.
authorGerald Schaefer <geraldsc@de.ibm.com>
Thu, 28 Sep 2006 14:55:23 +0000 (16:55 +0200)
committerMartin 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