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
F136128457: D22338.diff
Sun, Nov 16, 12:28 AM
Unknown Object (File)
Sat, Nov 15, 12:40 PM
Unknown Object (File)
Sat, Nov 15, 11:17 AM
Unknown Object (File)
Sat, Nov 15, 4:42 AM
Unknown Object (File)
Thu, Oct 30, 12:16 PM
Unknown Object (File)
Sat, Oct 25, 2:55 AM
Unknown Object (File)
Sun, Oct 19, 8:43 PM
Unknown Object (File)
Oct 17 2025, 5:35 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable