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)
commite6decafcf1a462c5bb410c0777a902d25c4a5014
tree216e00671ab7c1fa2ad301c77e2d791e95d5d007
parent001fa0d7c28d26232d821b8ad18963b140c7b92f
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