commit | 9010772cdff36072dd509ec72c1a55fccde8e58e | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Fri Jan 06 00:18:54 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:46 2006 -0800 |
tree | b87fbf28462462b691b6f2bca382dd6188ef3dc1 | |
parent | d571cd18f225542460b5d9b83e5e0d507be71656 [diff] |
[PATCH] uml: Add static initializations and declarations Some structure fields were being dynamically initialized when they could be initialized at compile-time instead. This also makes some declarations static (in the C sense). Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>