commit | dd6e4eba1c03c9562fced21736453396c045f869 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Sat Oct 04 23:12:40 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:33:39 2008 +0200 |
tree | e9251e3616b96ff783b1ca88e274fadebf420d6c | |
parent | 8728861b4fead8119a1b7bb856a387320859cd98 [diff] |
dumpstack: x86: move die_nmi to dumpstack_32.c For some reason die_nmi is still defined in traps.c for i386, but is found in dumpstack_64.c for x86_64. Move it to dumpstack_32.c Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu>