]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The global variable avail_end is redundant and only used once. Eliminate
authorAlan Cox <alc@FreeBSD.org>
Sun, 19 Nov 2006 20:54:58 +0000 (20:54 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 19 Nov 2006 20:54:58 +0000 (20:54 +0000)
commitda449604984a7c06b137a32e5cfb46481090bc68
tree891657095fe5bdd2f00ff4991286a5bf89a91acb
parent56d881b91772149fadf97ef2231cccfe739481ec
The global variable avail_end is redundant and only used once.  Eliminate
it.  Make avail_start static to the pmap on amd64.  (It no longer exists
on other architectures.)
sys/amd64/amd64/machdep.c
sys/amd64/amd64/pmap.c
sys/amd64/include/pmap.h
sys/i386/i386/machdep.c
sys/i386/i386/pmap.c
sys/i386/include/pmap.h