Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: pooka
Date: Sun Jan 11 21:38:20 UTC 2009
Modified Files:
src/sys/sys: param.h
Log Message:
Currently _KERNEL can mean either a) use kernel C namespace or b)
code runs in priviledged mode. Introduce _HARDKERNEL and _SOFTKERNEL
to be able to say if the code runs in priviledged mode.
Currently used by rump, but Xen should probably set them too.
To generate a diff of this commit:
cvs rdiff -r1.337 -r1.338 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index