HomeFreeBSD

Fix an off-by-one bug in the CPU and domain ID parser.

Description

Fix an off-by-one bug in the CPU and domain ID parser.

The "size" parameter is the size of the corresponding bit set, so the
maximum CPU or domain index is size - 1.

MFC after: 1 week

Details

Provenance
markjAuthored on
Parents
rS351670: Fix mtree syntax.
Branches
Unknown
Tags
Unknown