File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ struct writeback_control;
2929extern unsigned long max_mapnr ;
3030#endif
3131
32- extern unsigned long num_physpages ;
3332extern unsigned long totalram_pages ;
3433extern void * high_memory ;
3534extern int page_cluster ;
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ EXPORT_SYMBOL(max_mapnr);
8282EXPORT_SYMBOL (mem_map );
8383#endif
8484
85- unsigned long num_physpages ;
8685/*
8786 * A number of key systems in x86 including ioremap() rely on the assumption
8887 * that high_memory defines the upper bound on direct map memory, then end
@@ -92,7 +91,6 @@ unsigned long num_physpages;
9291 */
9392void * high_memory ;
9493
95- EXPORT_SYMBOL (num_physpages );
9694EXPORT_SYMBOL (high_memory );
9795
9896/*
Original file line number Diff line number Diff line change 5656void * high_memory ;
5757struct page * mem_map ;
5858unsigned long max_mapnr ;
59- unsigned long num_physpages ;
6059unsigned long highest_memmap_pfn ;
6160struct percpu_counter vm_committed_as ;
6261int sysctl_overcommit_memory = OVERCOMMIT_GUESS ; /* heuristic overcommit */
@@ -85,7 +84,6 @@ unsigned long vm_memory_committed(void)
8584EXPORT_SYMBOL_GPL (vm_memory_committed );
8685
8786EXPORT_SYMBOL (mem_map );
88- EXPORT_SYMBOL (num_physpages );
8987
9088/* list of mapped, potentially shareable regions */
9189static struct kmem_cache * vm_region_jar ;
You can’t perform that action at this time.
0 commit comments