Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dumpstack: x86: move die_nmi to dumpstack_32.c | Alexander van Heukelum | 2008-10-13 | 1 | -37/+0 |
| | | | | | | | | | 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> | ||||
* | traps: x86: finalize unification of traps.c | Alexander van Heukelum | 2008-10-13 | 1 | -0/+1071 |
traps_32.c and traps_64.c are now equal. Move one to traps.c, delete the other one and change the Makefile Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu> |