
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.
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%