CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2021/02/16 02:10:17

Modified files:
        sys/uvm        : uvm_fault.c 

Log message:
Comments & style cleanup, no functional change intended.

- Sync comments with NetBSD including locking details.
- Remove superfluous parenthesis and spaces.
- Add brackets, even if questionable, to reduce diff with NetBSD
- Use for (;;) instead of while(1)
- Rename a variable from 'result' into 'error'.
- Move uvm_fault() and uvm_fault_upper_lookup()
- Add an locking assert in uvm_fault_upper_lookup()

ok tb@, mlarkin@

Reply via email to