]> Git Repo - linux.git/commit - arch/x86/kernel/Makefile
x86, nmi: Split out nmi from traps.c
authorDon Zickus <[email protected]>
Fri, 30 Sep 2011 19:06:19 +0000 (15:06 -0400)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/Makefile
arch/x86/kernel/nmi.c [new file with mode: 0644]
arch/x86/kernel/traps.c
This page took 0.05315 seconds and 4 git commands to generate.