]> www.infradead.org Git - users/jedix/linux-maple.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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 9 Aug 2012 15:01:33 +0000 (08:01 -0700)
commit3275c8998d49afd6a48e1c21877496288160652f
treec2acc0e8730c5c412d5f460df31b5e1934a7a349
parent1b8abc48be5e896eec7469b792b05badea08fbd8
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