|
@@ -50,14 +50,6 @@
|
|
|
#include <asm/cacheflush.h>
|
|
|
#include <asm/init.h>
|
|
|
|
|
|
-/*
|
|
|
- * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries.
|
|
|
- * The direct mapping extends to max_pfn_mapped, so that we can directly access
|
|
|
- * apertures, ACPI and other tables without having to play with fixmaps.
|
|
|
- */
|
|
|
-unsigned long max_low_pfn_mapped;
|
|
|
-unsigned long max_pfn_mapped;
|
|
|
-
|
|
|
static unsigned long dma_reserve __initdata;
|
|
|
|
|
|
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
|