]> git.baikalelectronics.ru Git - kernel.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)
commit1bb82f7ce67df0f5d8e5c54d6ba3a52dfd220a52
tree2b2745b43b5edcdf1c65d4f0f6c141104468b36b
parent86f0c719b97c6514bf6b616c312d0696050d76e2
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