HomeFreeBSD

devmap: eliminate unused arguments

Description

devmap: eliminate unused arguments

The optional 'table' pointer is a legacy part of the interface, which
has been replaced by devmap_register_table()/devmap_add_entry(). The few
in-tree callers have already adapted to this, so it can be removed.

The 'l1pt' argument is already entirely unused within the function.

Reviewed by: andrew, markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45319

Details

Provenance
mhorneAuthored on Tue, Jun 4, 11:17 PM
Reviewer
andrew
Differential Revision
D45319: devmap: eliminate unused arguments
Parents
rG191e6a604938: physmem: zero entire array
Branches
Unknown
Tags
Unknown