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
F136024398: D22338.id64257.diff
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)
Fri, Oct 17, 5:35 AM
Unknown Object (File)
Fri, Oct 17, 5:35 AM
Unknown Object (File)
Fri, Oct 17, 5:35 AM
Unknown Object (File)
Thu, Oct 16, 8:10 PM
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