x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 24 May 2008 15:36:33 +0000 (19:36 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 20:32:50 +0000 (22:32 +0200)
commitc6425b9f143a75bbcd0a7684b4df40e20d0b2f32
tree35f999e730579c9b2e783a28b66bd5c6a39bce51
parente56b3a12c45e439169f2d1f7194be397667320a6
x86: move do_nmi(), stop_nmi() and restart_nmi() to traps_64.c

traps_32.c already holds these functions so do the same for traps_64.c

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: hpa@zytor.com
Cc: mingo@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/nmi_64.c
arch/x86/kernel/traps_64.c