]> git.baikalelectronics.ru Git - kernel.git/commit
i386: split out dumpstack code from traps_32.c
authorAlexander van Heukelum <heukelum@fastmail.fm>
Tue, 30 Sep 2008 11:12:14 +0000 (13:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:16 +0000 (10:33 +0200)
commit2954a4ca41bcd77d51eb939b2689b3e9cb2d25fb
tree8f2608d3af2675227d01c0678bfe0366994a050f
parent97ab7db996a2acc79f7ee161a931ec621d567d5b
i386: split out dumpstack code from traps_32.c

The dumpstack code is logically quite independent from the
hardware traps. Split it out into its own file.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/dumpstack_32.c [new file with mode: 0644]
arch/x86/kernel/traps_32.c