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
Unknown Object (File)
Sep 21 2024, 5:56 AM
Unknown Object (File)
Sep 17 2024, 9:51 PM
Unknown Object (File)
Sep 4 2024, 5:32 PM
Unknown Object (File)
Sep 3 2024, 7:03 AM
Unknown Object (File)
Sep 1 2024, 2:33 PM
Unknown Object (File)
Aug 18 2024, 10:22 PM
Unknown Object (File)
Aug 15 2024, 12:37 PM
Unknown Object (File)
Aug 9 2024, 1:47 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