CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/13 02:29:39
Modified files:
sys/arch/sparc64/sparc64: db_trace.c
Log message:
There is no way to implement the INKERNEL() macro on sparc64.
It was set to just 1 since the dawn of sparc64 support. It is
time to accept the fact and remove all INKERNEL() checks.
OK miod@ mpi@
