Eliminate user_page_limit global symbol.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Nov 2008 05:54:04 +0000 (21:54 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Nov 2008 05:55:39 +0000 (21:55 -0800)
commitbcf9f9ab10a3df0fd12e6e69944307a63967a521
treec93d46a26b870c7546fb2a10186b36de4cf9dd82
parentdd3e6bfbf9bda711367047e4224695d5464fcfb4
Eliminate user_page_limit global symbol.

The name "user_page_limit" did not follow the naming convention, which
stated that its name should start with palloc_ since it is defined in
palloc.c.  But it was only used in one function, so it was better off
as a function parameter anyhow.

Found by Godmar with his process-linker-map.pl.
src/threads/init.c
src/threads/palloc.c
src/threads/palloc.h