Page MenuHomeFreeBSD

Fix a typo in the PMAP_PTE_SET_CACHE_BITS macro.
ClosedPublic

Authored by brooks on Nov 13 2019, 12:07 AM.
Tags
None
Referenced Files
F153984418: D22338.diff
Sat, Apr 25, 6:30 AM
Unknown Object (File)
Sun, Apr 19, 8:47 PM
Unknown Object (File)
Sun, Apr 19, 4:08 AM
Unknown Object (File)
Sat, Apr 18, 10:08 PM
Unknown Object (File)
Sat, Apr 18, 8:00 PM
Unknown Object (File)
Fri, Apr 17, 3:52 AM
Unknown Object (File)
Thu, Apr 16, 12:25 AM
Unknown Object (File)
Fri, Apr 10, 12:41 AM
Subscribers

Details

Summary

The second argument should have been "pa" not "ps". It worked by accident
because the argument was always "pa" which was an in-scope local
variable.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27482
Build 25714: arc lint + arc unit