]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: split out dumpstack code from traps_64.c
authorAlexander van Heukelum <heukelum@fastmail.fm>
Tue, 30 Sep 2008 11:12:15 +0000 (13:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:17 +0000 (10:33 +0200)
commit88aaa8b959e5eac8c201e621122ff38a3045ff4f
treec65eceb4a1c023a17a7e5f2474ebadb038072c5f
parent2954a4ca41bcd77d51eb939b2689b3e9cb2d25fb
x86_64: split out dumpstack code from traps_64.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_64.c [new file with mode: 0644]
arch/x86/kernel/traps_64.c