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:
50c4663
)
[XTENSA] fix wrong usage of __init and __initdata in traps.c
author
Chris Zankel
<chris@zankel.net>
Fri, 3 Aug 2007 22:54:36 +0000
(15:54 -0700)
committer
Chris Zankel
<chris@zankel.net>
Mon, 27 Aug 2007 20:52:49 +0000
(13:52 -0700)
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>
No differences found