mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
Banish "priviledged" from kernel source.
This commit is contained in:
parent
f81e3ffe10
commit
13d362233e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96757
@ -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 New Issue
Block a user