HomeFreeBSD

Fix typo using RB_INITIALIZER.

Description

Fix typo using RB_INITIALIZER.

The macro RB_INITIALIZER ignores its argument, but is documented to
require "&head" as argument to initialize "head". So using
"_vm_phys_fictitious_tree" as the argument to initialize
"vm_phys_fictitious_tree" is an inconsequential error, corrected here.

Discussed with: alc

Details

Provenance
dougmAuthored on
Parents
rS356027: MFC r355844:
Branches
Unknown
Tags
Unknown