commit | b91dc336cc7e0c9843f87ad0ba4cdbc821d69549 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Fri Aug 03 15:54:36 2007 -0700 |
committer | Chris Zankel <chris@zankel.net> | Mon Aug 27 13:52:49 2007 -0700 |
tree | dcbba349235d881694b1bab838da18aeb1412857 | |
parent | 50c46637aa894f904e2fb39086a3d7732f68bd50 [diff] |
[XTENSA] fix wrong usage of __init and __initdata in traps.c A variable was defined with __init instead of __initdata and the function accessing that variable wasn't initialized with __init. Signed-off-by: Chris Zankel <chris@zankel.net>