]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, nmi: Split out nmi from traps.c
authorDon Zickus <dzickus@redhat.com>
Fri, 30 Sep 2011 19:06:19 +0000 (15:06 -0400)
committerIngo Molnar <mingo@elte.hu>
Mon, 10 Oct 2011 04:56:47 +0000 (06:56 +0200)
commit1d48922c14b6363f6d5febb12464d804bb5cc53f
tree2b2745b43b5edcdf1c65d4f0f6c141104468b36b
parent144d31e6f1902a39bc95754d820d356722697850
x86, nmi: Split out nmi from traps.c

The nmi stuff is changing a lot and adding more functionality.  Split it
out from the traps.c file so it doesn't continue to pollute that file.

This makes it easier to find and expand all the future nmi related work.

No real functional changes here.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1317409584-23662-2-git-send-email-dzickus@redhat.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/nmi.c [new file with mode: 0644]
arch/x86/kernel/traps.c