highmem: Export totalhigh_pages.
authorDavid S. Miller <davem@davemloft.net>
Sun, 20 Jul 2008 05:39:46 +0000 (22:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Jul 2008 05:39:46 +0000 (22:39 -0700)
commitdb7a94d60f871ce6a52e97d82dea476cee0c4ea0
tree1f68ce11e11a4b0b9088271ffa6187e274349f4a
parenta6ffb404dc03f806a257faaab831a6cb55c0b790
highmem: Export totalhigh_pages.

Hash et al. sizing code in SCTP wants to make the
calculation totalram_pages - totalhigh_pages, just
like TCP.  But this requires an export for the
CONFIG_HIGHMEM case to work.

Signed-off-by: David S. Miller <davem@davemloft.net>
mm/highmem.c