]> Zhao Yanbai Git Server - minix.git/commit
kernel: restore setting KTS_NONE
authorBen Gras <ben@minix3.org>
Fri, 4 Jan 2013 14:58:12 +0000 (14:58 +0000)
committerBen Gras <ben@minix3.org>
Tue, 8 Jan 2013 15:47:37 +0000 (15:47 +0000)
commit7f1018b145ebb8c756082f3aca6f116612bc2479
tree72dc8dc96783fa6aed3c9163d7e40a4a4a4ebb9d
parent75c515e5f8864ee595ff0de9e51135cd5260dba2
kernel: restore setting KTS_NONE

The 'trap style' variable records how a process has trapped into the
kernel (hardware/software interrupt, or one of the other trap
instructions). KTS_NONE indicates the process isn't trapped into the
kernel at all and is useful for sanity checking. The KTS_NONE reset was
inadvertently removed while removing some debugging code and this commit
restores it.
kernel/arch/i386/arch_system.c