Page MenuHomeFreeBSD

vm_page.h: page busy macro fixups
ClosedPublic

Authored by rlibby on Dec 15 2015, 8:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 21 2024, 10:53 PM
Unknown Object (File)
Jan 21 2024, 12:12 AM
Unknown Object (File)
Jan 9 2024, 11:29 AM
Unknown Object (File)
Dec 26 2023, 2:19 PM
Unknown Object (File)
Dec 22 2023, 9:48 PM
Unknown Object (File)
Dec 20 2023, 12:04 PM
Unknown Object (File)
Nov 30 2023, 8:00 PM
Unknown Object (File)
Nov 30 2023, 6:47 PM
Subscribers

Details

Summary

Minor changes to:

  • delete extraneous trailing semicolons from macro definitions, and
  • correct spelling of "busying" in panic messages.

These aren't required changes, but might as well while we're here.

Test Plan

make buildkernel KERNCONF=GENERIC
make buildkernel KERNCONF=GENERIC-NODEBUG

Diff Detail

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

Event Timeline

rlibby retitled this revision from to vm_page.h: page busy macro fixups.
rlibby updated this object.
rlibby edited the test plan for this revision. (Show Details)
rlibby added reviewers: alc, kib.
kib edited edge metadata.
This revision is now accepted and ready to land.Dec 15 2015, 3:14 PM
sys/vm/vm_page.h
517 ↗(On Diff #11283)

Is there a point to these "(void *)" casts? If not, we might as well delete them at the same time as the semi-colon.

rlibby edited edge metadata.

vm_page.h: alc feedback: also fix up macro arg uses

This revision now requires review to proceed.Dec 16 2015, 2:53 AM
rlibby added inline comments.
sys/vm/vm_page.h
517 ↗(On Diff #11337)

Not as far as I can tell. I deleted the casts and also added parenthesization around the macro args where it was technically needed.

alc edited edge metadata.
This revision is now accepted and ready to land.Dec 16 2015, 3:05 AM
This revision was automatically updated to reflect the committed changes.