mm: kill global variable num_physpages
[deliverable/linux.git] / mm / memory.c
index 407533219673ee31971a4d6eeaabd3addedc00d8..b68812d682b66c24e306d955ddbcb125e658e708 100644 (file)
@@ -82,7 +82,6 @@ EXPORT_SYMBOL(max_mapnr);
 EXPORT_SYMBOL(mem_map);
 #endif
 
-unsigned long num_physpages;
 /*
  * A number of key systems in x86 including ioremap() rely on the assumption
  * that high_memory defines the upper bound on direct map memory, then end
@@ -92,7 +91,6 @@ unsigned long num_physpages;
  */
 void * high_memory;
 
-EXPORT_SYMBOL(num_physpages);
 EXPORT_SYMBOL(high_memory);
 
 /*
This page took 0.024372 seconds and 5 git commands to generate.