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)
commit6fcbede3fdfbd83d8de97296286f5a9ff5a8f371
treec65eceb4a1c023a17a7e5f2474ebadb038072c5f
parent2bc5f927d489f9e47b6fa71f323b653e8ec81782
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