blob: 09d91505b90cd5373832fac820b1b6d49229a10e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1994 - 2000 Ralf Baechle
7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8 * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
9 * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
10 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/init.h>
12#include <linux/module.h>
13#include <linux/signal.h>
14#include <linux/sched.h>
15#include <linux/kernel.h>
16#include <linux/errno.h>
17#include <linux/string.h>
18#include <linux/types.h>
19#include <linux/pagemap.h>
20#include <linux/ptrace.h>
21#include <linux/mman.h>
22#include <linux/mm.h>
23#include <linux/bootmem.h>
24#include <linux/highmem.h>
25#include <linux/swap.h>
Daniel Jacobowitz3d503752005-01-20 19:59:54 -050026#include <linux/proc_fs.h>
Dave Hansen22a98352006-03-27 01:16:04 -080027#include <linux/pfn.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028
Ralf Baechle9975e772007-08-13 12:44:41 +010029#include <asm/asm-offsets.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <asm/bootinfo.h>
31#include <asm/cachectl.h>
32#include <asm/cpu.h>
33#include <asm/dma.h>
Ralf Baechlef8829ca2006-10-21 23:17:35 +010034#include <asm/kmap_types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <asm/mmu_context.h>
36#include <asm/sections.h>
37#include <asm/pgtable.h>
38#include <asm/pgalloc.h>
39#include <asm/tlb.h>
Ralf Baechlef8829ca2006-10-21 23:17:35 +010040#include <asm/fixmap.h>
41
42/* Atomicity and interruptability */
43#ifdef CONFIG_MIPS_MT_SMTC
44
45#include <asm/mipsmtregs.h>
46
47#define ENTER_CRITICAL(flags) \
48 { \
49 unsigned int mvpflags; \
50 local_irq_save(flags);\
51 mvpflags = dvpe()
52#define EXIT_CRITICAL(flags) \
53 evpe(mvpflags); \
54 local_irq_restore(flags); \
55 }
56#else
57
58#define ENTER_CRITICAL(flags) local_irq_save(flags)
59#define EXIT_CRITICAL(flags) local_irq_restore(flags)
60
61#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
63DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
64
Linus Torvalds1da177e2005-04-16 15:20:36 -070065/*
66 * We have up to 8 empty zeroed pages so we can map one of the right colour
67 * when needed. This is necessary only on R4000 / R4400 SC and MC versions
68 * where we have to avoid VCED / VECI exceptions for good performance at
69 * any price. Since page is never written to after the initialization we
70 * don't have to care about aliases on other CPUs.
71 */
72unsigned long empty_zero_page, zero_page_mask;
73
74/*
75 * Not static inline because used by IP27 special magic initialization code
76 */
77unsigned long setup_zero_pages(void)
78{
Nick Piggin8dfcc9b2006-03-22 00:08:05 -080079 unsigned int order;
80 unsigned long size;
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 struct page *page;
82
83 if (cpu_has_vce)
84 order = 3;
85 else
86 order = 0;
87
88 empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order);
89 if (!empty_zero_page)
90 panic("Oh boy, that early out of memory?");
91
Franck Bui-Huu99e3b942006-10-19 13:19:59 +020092 page = virt_to_page((void *)empty_zero_page);
Nick Piggin8dfcc9b2006-03-22 00:08:05 -080093 split_page(page, order);
Franck Bui-Huu99e3b942006-10-19 13:19:59 +020094 while (page < virt_to_page((void *)(empty_zero_page + (PAGE_SIZE << order)))) {
Hugh Dickins68352e62005-12-12 00:37:23 -080095 SetPageReserved(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 page++;
97 }
98
99 size = PAGE_SIZE << order;
100 zero_page_mask = (size - 1) & PAGE_MASK;
101
102 return 1UL << order;
103}
104
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100105/*
106 * These are almost like kmap_atomic / kunmap_atmic except they take an
107 * additional address argument as the hint.
108 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109
110#define kmap_get_fixmap_pte(vaddr) \
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000111 pte_offset_kernel(pmd_offset(pud_offset(pgd_offset_k(vaddr), (vaddr)), (vaddr)), (vaddr))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100113#ifdef CONFIG_MIPS_MT_SMTC
114static pte_t *kmap_coherent_pte;
115static void __init kmap_coherent_init(void)
116{
117 unsigned long vaddr;
118
119 /* cache the first coherent kmap pte */
120 vaddr = __fix_to_virt(FIX_CMAP_BEGIN);
121 kmap_coherent_pte = kmap_get_fixmap_pte(vaddr);
122}
123#else
124static inline void kmap_coherent_init(void) {}
125#endif
126
Ralf Baechle7575a492007-03-23 21:36:37 +0000127void *kmap_coherent(struct page *page, unsigned long addr)
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100128{
129 enum fixed_addresses idx;
130 unsigned long vaddr, flags, entrylo;
131 unsigned long old_ctx;
132 pte_t pte;
133 int tlbidx;
134
135 inc_preempt_count();
136 idx = (addr >> PAGE_SHIFT) & (FIX_N_COLOURS - 1);
137#ifdef CONFIG_MIPS_MT_SMTC
138 idx += FIX_N_COLOURS * smp_processor_id();
139#endif
140 vaddr = __fix_to_virt(FIX_CMAP_END - idx);
141 pte = mk_pte(page, PAGE_KERNEL);
142#if defined(CONFIG_64BIT_PHYS_ADDR) && defined(CONFIG_CPU_MIPS32_R1)
143 entrylo = pte.pte_high;
144#else
145 entrylo = pte_val(pte) >> 6;
146#endif
147
148 ENTER_CRITICAL(flags);
149 old_ctx = read_c0_entryhi();
150 write_c0_entryhi(vaddr & (PAGE_MASK << 1));
151 write_c0_entrylo0(entrylo);
152 write_c0_entrylo1(entrylo);
153#ifdef CONFIG_MIPS_MT_SMTC
154 set_pte(kmap_coherent_pte - (FIX_CMAP_END - idx), pte);
155 /* preload TLB instead of local_flush_tlb_one() */
156 mtc0_tlbw_hazard();
157 tlb_probe();
158 tlb_probe_hazard();
159 tlbidx = read_c0_index();
160 mtc0_tlbw_hazard();
161 if (tlbidx < 0)
162 tlb_write_random();
163 else
164 tlb_write_indexed();
165#else
166 tlbidx = read_c0_wired();
167 write_c0_wired(tlbidx + 1);
168 write_c0_index(tlbidx);
169 mtc0_tlbw_hazard();
170 tlb_write_indexed();
171#endif
172 tlbw_use_hazard();
173 write_c0_entryhi(old_ctx);
174 EXIT_CRITICAL(flags);
175
176 return (void*) vaddr;
177}
178
179#define UNIQUE_ENTRYHI(idx) (CKSEG0 + ((idx) << (PAGE_SHIFT + 1)))
180
Ralf Baechleeacb9d62007-04-26 15:46:25 +0100181void kunmap_coherent(void)
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100182{
183#ifndef CONFIG_MIPS_MT_SMTC
184 unsigned int wired;
185 unsigned long flags, old_ctx;
186
187 ENTER_CRITICAL(flags);
188 old_ctx = read_c0_entryhi();
189 wired = read_c0_wired() - 1;
190 write_c0_wired(wired);
191 write_c0_index(wired);
192 write_c0_entryhi(UNIQUE_ENTRYHI(wired));
193 write_c0_entrylo0(0);
194 write_c0_entrylo1(0);
195 mtc0_tlbw_hazard();
196 tlb_write_indexed();
197 tlbw_use_hazard();
198 write_c0_entryhi(old_ctx);
199 EXIT_CRITICAL(flags);
200#endif
201 dec_preempt_count();
202 preempt_check_resched();
203}
204
Atsushi Nemotobcd02282006-12-12 17:14:56 +0000205void copy_user_highpage(struct page *to, struct page *from,
206 unsigned long vaddr, struct vm_area_struct *vma)
207{
208 void *vfrom, *vto;
209
210 vto = kmap_atomic(to, KM_USER1);
211 if (cpu_has_dc_aliases) {
212 vfrom = kmap_coherent(from, vaddr);
213 copy_page(vto, vfrom);
Ralf Baechleeacb9d62007-04-26 15:46:25 +0100214 kunmap_coherent();
Atsushi Nemotobcd02282006-12-12 17:14:56 +0000215 } else {
216 vfrom = kmap_atomic(from, KM_USER0);
217 copy_page(vto, vfrom);
218 kunmap_atomic(vfrom, KM_USER0);
219 }
220 if (((vma->vm_flags & VM_EXEC) && !cpu_has_ic_fills_f_dc) ||
221 pages_do_alias((unsigned long)vto, vaddr & PAGE_MASK))
222 flush_data_cache_page((unsigned long)vto);
223 kunmap_atomic(vto, KM_USER1);
224 /* Make sure this page is cleared on other CPU's too before using it */
225 smp_wmb();
226}
227
228EXPORT_SYMBOL(copy_user_highpage);
229
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100230void copy_to_user_page(struct vm_area_struct *vma,
231 struct page *page, unsigned long vaddr, void *dst, const void *src,
232 unsigned long len)
233{
234 if (cpu_has_dc_aliases) {
235 void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK);
236 memcpy(vto, src, len);
Ralf Baechleeacb9d62007-04-26 15:46:25 +0100237 kunmap_coherent();
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100238 } else
239 memcpy(dst, src, len);
240 if ((vma->vm_flags & VM_EXEC) && !cpu_has_ic_fills_f_dc)
241 flush_cache_page(vma, vaddr, page_to_pfn(page));
242}
243
244EXPORT_SYMBOL(copy_to_user_page);
245
246void copy_from_user_page(struct vm_area_struct *vma,
247 struct page *page, unsigned long vaddr, void *dst, const void *src,
248 unsigned long len)
249{
250 if (cpu_has_dc_aliases) {
251 void *vfrom =
252 kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK);
253 memcpy(dst, vfrom, len);
Ralf Baechleeacb9d62007-04-26 15:46:25 +0100254 kunmap_coherent();
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100255 } else
256 memcpy(dst, src, len);
257}
258
259EXPORT_SYMBOL(copy_from_user_page);
260
261
262#ifdef CONFIG_HIGHMEM
Ralf Baechlebf15f762007-02-19 15:00:49 +0000263unsigned long highstart_pfn, highend_pfn;
264
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100265pte_t *kmap_pte;
266pgprot_t kmap_prot;
267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268static void __init kmap_init(void)
269{
270 unsigned long kmap_vstart;
271
272 /* cache the first kmap pte */
273 kmap_vstart = __fix_to_virt(FIX_KMAP_BEGIN);
274 kmap_pte = kmap_get_fixmap_pte(kmap_vstart);
275
276 kmap_prot = PAGE_KERNEL;
277}
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100278#endif /* CONFIG_HIGHMEM */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279
Ralf Baechle84fd0892005-02-07 16:13:07 +0000280void __init fixrange_init(unsigned long start, unsigned long end,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 pgd_t *pgd_base)
282{
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100283#if defined(CONFIG_HIGHMEM) || defined(CONFIG_MIPS_MT_SMTC)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 pgd_t *pgd;
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000285 pud_t *pud;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 pmd_t *pmd;
287 pte_t *pte;
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000288 int i, j, k;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 unsigned long vaddr;
290
291 vaddr = start;
292 i = __pgd_offset(vaddr);
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000293 j = __pud_offset(vaddr);
294 k = __pmd_offset(vaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 pgd = pgd_base + i;
296
297 for ( ; (i < PTRS_PER_PGD) && (vaddr != end); pgd++, i++) {
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000298 pud = (pud_t *)pgd;
299 for ( ; (j < PTRS_PER_PUD) && (vaddr != end); pud++, j++) {
300 pmd = (pmd_t *)pud;
301 for (; (k < PTRS_PER_PMD) && (vaddr != end); pmd++, k++) {
302 if (pmd_none(*pmd)) {
303 pte = (pte_t *) alloc_bootmem_low_pages(PAGE_SIZE);
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100304 set_pmd(pmd, __pmd((unsigned long)pte));
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000305 if (pte != pte_offset_kernel(pmd, 0))
306 BUG();
307 }
308 vaddr += PMD_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 }
Ralf Baechlec6e8b582005-02-10 12:19:59 +0000310 k = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 }
312 j = 0;
313 }
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100314#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316
Yoichi Yuasab4819b52005-06-25 14:54:31 -0700317#ifndef CONFIG_NEED_MULTIPLE_NODES
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900318static int __init page_is_ram(unsigned long pagenr)
319{
320 int i;
321
322 for (i = 0; i < boot_mem_map.nr_map; i++) {
323 unsigned long addr, end;
324
325 if (boot_mem_map.map[i].type != BOOT_MEM_RAM)
326 /* not usable memory */
327 continue;
328
329 addr = PFN_UP(boot_mem_map.map[i].addr);
330 end = PFN_DOWN(boot_mem_map.map[i].addr +
331 boot_mem_map.map[i].size);
332
333 if (pagenr >= addr && pagenr < end)
334 return 1;
335 }
336
337 return 0;
338}
339
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340void __init paging_init(void)
341{
Atsushi Nemotob58e5d02006-09-30 03:34:06 +0900342 unsigned long zones_size[MAX_NR_ZONES] = { 0, };
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900343#ifndef CONFIG_FLATMEM
Atsushi Nemotob58e5d02006-09-30 03:34:06 +0900344 unsigned long zholes_size[MAX_NR_ZONES] = { 0, };
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900345 unsigned long i, j, pfn;
346#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347
348 pagetable_init();
349
350#ifdef CONFIG_HIGHMEM
351 kmap_init();
352#endif
Ralf Baechlef8829ca2006-10-21 23:17:35 +0100353 kmap_coherent_init();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354
Atsushi Nemoto05502332007-03-21 00:36:02 +0900355#ifdef CONFIG_ZONE_DMA
356 if (min_low_pfn < MAX_DMA_PFN && MAX_DMA_PFN <= max_low_pfn) {
357 zones_size[ZONE_DMA] = MAX_DMA_PFN - min_low_pfn;
358 zones_size[ZONE_NORMAL] = max_low_pfn - MAX_DMA_PFN;
359 } else if (max_low_pfn < MAX_DMA_PFN)
360 zones_size[ZONE_DMA] = max_low_pfn - min_low_pfn;
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100361 else
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362#endif
Atsushi Nemoto05502332007-03-21 00:36:02 +0900363 zones_size[ZONE_NORMAL] = max_low_pfn - min_low_pfn;
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100364
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365#ifdef CONFIG_HIGHMEM
Franck Bui-Huucbb8fc02006-12-06 16:48:28 +0100366 zones_size[ZONE_HIGHMEM] = highend_pfn - highstart_pfn;
367
368 if (cpu_has_dc_aliases && zones_size[ZONE_HIGHMEM]) {
369 printk(KERN_WARNING "This processor doesn't support highmem."
370 " %ldk highmem ignored\n", zones_size[ZONE_HIGHMEM]);
371 zones_size[ZONE_HIGHMEM] = 0;
372 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373#endif
374
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900375#ifdef CONFIG_FLATMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 free_area_init(zones_size);
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900377#else
Atsushi Nemoto80e89592007-03-21 00:56:28 +0900378 pfn = min_low_pfn;
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900379 for (i = 0; i < MAX_NR_ZONES; i++)
380 for (j = 0; j < zones_size[i]; j++, pfn++)
381 if (!page_is_ram(pfn))
382 zholes_size[i]++;
383 free_area_init_node(0, NODE_DATA(0), zones_size, 0, zholes_size);
384#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385}
386
Daniel Jacobowitz3d503752005-01-20 19:59:54 -0500387static struct kcore_list kcore_mem, kcore_vmalloc;
388#ifdef CONFIG_64BIT
389static struct kcore_list kcore_kseg0;
390#endif
391
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392void __init mem_init(void)
393{
394 unsigned long codesize, reservedpages, datasize, initsize;
395 unsigned long tmp, ram;
396
397#ifdef CONFIG_HIGHMEM
398#ifdef CONFIG_DISCONTIGMEM
399#error "CONFIG_HIGHMEM and CONFIG_DISCONTIGMEM dont work together yet"
400#endif
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900401 max_mapnr = highend_pfn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402#else
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900403 max_mapnr = max_low_pfn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404#endif
405 high_memory = (void *) __va(max_low_pfn << PAGE_SHIFT);
406
407 totalram_pages += free_all_bootmem();
408 totalram_pages -= setup_zero_pages(); /* Setup zeroed pages. */
409
410 reservedpages = ram = 0;
411 for (tmp = 0; tmp < max_low_pfn; tmp++)
412 if (page_is_ram(tmp)) {
413 ram++;
Chad Reeseb1c231f2006-05-30 17:16:49 -0700414 if (PageReserved(pfn_to_page(tmp)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 reservedpages++;
416 }
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900417 num_physpages = ram;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418
419#ifdef CONFIG_HIGHMEM
420 for (tmp = highstart_pfn; tmp < highend_pfn; tmp++) {
421 struct page *page = mem_map + tmp;
422
423 if (!page_is_ram(tmp)) {
424 SetPageReserved(page);
425 continue;
426 }
427 ClearPageReserved(page);
Nick Piggin7835e982006-03-22 00:08:40 -0800428 init_page_count(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 __free_page(page);
430 totalhigh_pages++;
431 }
432 totalram_pages += totalhigh_pages;
Atsushi Nemoto565200a2006-07-07 00:26:02 +0900433 num_physpages += totalhigh_pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434#endif
435
436 codesize = (unsigned long) &_etext - (unsigned long) &_text;
437 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
438 initsize = (unsigned long) &__init_end - (unsigned long) &__init_begin;
439
Daniel Jacobowitz3d503752005-01-20 19:59:54 -0500440#ifdef CONFIG_64BIT
441 if ((unsigned long) &_text > (unsigned long) CKSEG0)
442 /* The -4 is a hack so that user tools don't have to handle
443 the overflow. */
444 kclist_add(&kcore_kseg0, (void *) CKSEG0, 0x80000000 - 4);
445#endif
446 kclist_add(&kcore_mem, __va(0), max_low_pfn << PAGE_SHIFT);
447 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START,
448 VMALLOC_END-VMALLOC_START);
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 printk(KERN_INFO "Memory: %luk/%luk available (%ldk kernel code, "
451 "%ldk reserved, %ldk data, %ldk init, %ldk highmem)\n",
452 (unsigned long) nr_free_pages() << (PAGE_SHIFT-10),
453 ram << (PAGE_SHIFT-10),
454 codesize >> 10,
455 reservedpages << (PAGE_SHIFT-10),
456 datasize >> 10,
457 initsize >> 10,
458 (unsigned long) (totalhigh_pages << (PAGE_SHIFT-10)));
459}
Yoichi Yuasab4819b52005-06-25 14:54:31 -0700460#endif /* !CONFIG_NEED_MULTIPLE_NODES */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461
Atsushi Nemotoc44e8d52006-12-30 00:43:59 +0900462void free_init_pages(const char *what, unsigned long begin, unsigned long end)
Ralf Baechle6fd11a22006-03-24 13:21:50 +0000463{
Franck Bui-Huuacd86b82006-10-19 13:20:05 +0200464 unsigned long pfn;
Ralf Baechle6fd11a22006-03-24 13:21:50 +0000465
Franck Bui-Huuacd86b82006-10-19 13:20:05 +0200466 for (pfn = PFN_UP(begin); pfn < PFN_DOWN(end); pfn++) {
467 struct page *page = pfn_to_page(pfn);
468 void *addr = phys_to_virt(PFN_PHYS(pfn));
469
470 ClearPageReserved(page);
471 init_page_count(page);
472 memset(addr, POISON_FREE_INITMEM, PAGE_SIZE);
473 __free_page(page);
Ralf Baechle6fd11a22006-03-24 13:21:50 +0000474 totalram_pages++;
475 }
476 printk(KERN_INFO "Freeing %s: %ldk freed\n", what, (end - begin) >> 10);
477}
478
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479#ifdef CONFIG_BLK_DEV_INITRD
480void free_initrd_mem(unsigned long start, unsigned long end)
481{
Franck Bui-Huuacd86b82006-10-19 13:20:05 +0200482 free_init_pages("initrd memory",
483 virt_to_phys((void *)start),
484 virt_to_phys((void *)end));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485}
486#endif
487
Atsushi Nemotofb4bb132007-07-22 23:44:20 +0900488void __init_refok free_initmem(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489{
Atsushi Nemotoc44e8d52006-12-30 00:43:59 +0900490 prom_free_prom_memory();
Franck Bui-Huuacd86b82006-10-19 13:20:05 +0200491 free_init_pages("unused kernel memory",
492 __pa_symbol(&__init_begin),
493 __pa_symbol(&__init_end));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494}
Atsushi Nemoto69a6c312007-01-24 01:21:05 +0900495
496unsigned long pgd_current[NR_CPUS];
497/*
498 * On 64-bit we've got three-level pagetables with a slightly
499 * different layout ...
500 */
501#define __page_aligned(order) __attribute__((__aligned__(PAGE_SIZE<<order)))
Ralf Baechle9975e772007-08-13 12:44:41 +0100502
503/*
504 * gcc 3.3 and older have trouble determining that PTRS_PER_PGD and PGD_ORDER
505 * are constants. So we use the variants from asm-offset.h until that gcc
506 * will officially be retired.
507 */
508pgd_t swapper_pg_dir[_PTRS_PER_PGD] __page_aligned(_PGD_ORDER);
Atsushi Nemoto69a6c312007-01-24 01:21:05 +0900509#ifdef CONFIG_64BIT
510#ifdef MODULE_START
511pgd_t module_pg_dir[PTRS_PER_PGD] __page_aligned(PGD_ORDER);
512#endif
513pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned(PMD_ORDER);
514#endif
515pte_t invalid_pte_table[PTRS_PER_PTE] __page_aligned(PTE_ORDER);