diff options
Diffstat (limited to 'arch/m68knommu/mm/init.c')
-rw-r--r-- | arch/m68knommu/mm/init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68knommu/mm/init.c b/arch/m68knommu/mm/init.c index 7befc0c357e0..b1703c67a4f1 100644 --- a/arch/m68knommu/mm/init.c +++ b/arch/m68knommu/mm/init.c | |||
@@ -126,9 +126,7 @@ void __init mem_init(void) | |||
126 | unsigned long start_mem = memory_start; /* DAVIDM - these must start at end of kernel */ | 126 | unsigned long start_mem = memory_start; /* DAVIDM - these must start at end of kernel */ |
127 | unsigned long end_mem = memory_end; /* DAVIDM - this must not include kernel stack at top */ | 127 | unsigned long end_mem = memory_end; /* DAVIDM - this must not include kernel stack at top */ |
128 | 128 | ||
129 | #ifdef DEBUG | 129 | pr_debug("Mem_init: start=%lx, end=%lx\n", start_mem, end_mem); |
130 | printk(KERN_DEBUG "Mem_init: start=%lx, end=%lx\n", start_mem, end_mem); | ||
131 | #endif | ||
132 | 130 | ||
133 | end_mem &= PAGE_MASK; | 131 | end_mem &= PAGE_MASK; |
134 | high_memory = (void *) end_mem; | 132 | high_memory = (void *) end_mem; |