git: kernel: In the x86_64 kernel, add a missing include to trap.c.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Mar 16 23:08:27 PDT 2011
commit 775ce2da9af7303ba4231b96850d09e7ebc02f17
Author: Sascha Wildner <saw at online.de>
Date: Thu Mar 17 07:07:04 2011 +0100
kernel: In the x86_64 kernel, add a missing include to trap.c.
Some bits of code in trap() regarding the handling of T_NMI were not
compiled in due to NISA not being defined.
While I'm here, put some more code in "#if NISA > 0", like it is for
i386.
Summary of changes:
sys/platform/pc64/x86_64/trap.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/775ce2da9af7303ba4231b96850d09e7ebc02f17
--
DragonFly BSD source repository
More information about the Commits
mailing list