kill vmalloc_earlyreserve
This symbol got orphaned quite a while ago. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
45e98cdb6d
commit
8f0accc862
@@ -78,11 +78,9 @@ unsigned long num_physpages;
|
||||
* and ZONE_HIGHMEM.
|
||||
*/
|
||||
void * high_memory;
|
||||
unsigned long vmalloc_earlyreserve;
|
||||
|
||||
EXPORT_SYMBOL(num_physpages);
|
||||
EXPORT_SYMBOL(high_memory);
|
||||
EXPORT_SYMBOL(vmalloc_earlyreserve);
|
||||
|
||||
int randomize_va_space __read_mostly = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user