mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Banish "priviledged" from kernel source.
This commit is contained in:
parent
f81e3ffe10
commit
13d362233e
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ trap_pfault(struct thread *td, struct trapframe *tf)
|
|||
} else {
|
||||
/*
|
||||
* This is a fault on kernel virtual memory. Attempts to access
|
||||
* kernel memory from user mode cause priviledged action traps,
|
||||
* kernel memory from user mode cause privileged action traps,
|
||||
* not page fault.
|
||||
*/
|
||||
KASSERT(tf->tf_tstate & TSTATE_PRIV,
|
||||
|
|
|
|||
Loading…
Reference in a new issue