diff options
author | alc <alc@FreeBSD.org> | 2003-08-10 21:53:55 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2003-08-10 21:53:55 +0000 |
commit | 83fe81c666d21b7684cb3b294525319fd018522b (patch) | |
tree | 10c67a40b2e6a8c3053716277f1c8e807375f997 /contrib/isc-dhcp | |
parent | 37e1a74113b874b3aba32c9c3dbbd98b04b88c5e (diff) | |
download | FreeBSD-src-83fe81c666d21b7684cb3b294525319fd018522b.zip FreeBSD-src-83fe81c666d21b7684cb3b294525319fd018522b.tar.gz |
Rename pmap_changebit() to pmap_clear_ptes() and remove the last
parameter. The new name better reflects what the function does and
how it is used. The last parameter was always FALSE.
Note: In theory, gcc would perform constant propagation and dead code
elimination to achieve the same effect as removing the last parameter,
which is always FALSE. In practice, recent versions do not. So, there
is little point in letting unused code pessimize execution.
Diffstat (limited to 'contrib/isc-dhcp')
0 files changed, 0 insertions, 0 deletions