Skip to content
Commit b91dc336 authored by Chris Zankel's avatar Chris Zankel
Browse files

[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: default avatarChris Zankel <chris@zankel.net>
parent 50c46637
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment