2 * linux/arch/cris/mm/init.c
4 * Copyright (C) 1995 Linus Torvalds
5 * Copyright (C) 2000,2001 Axis Communications AB
7 * Authors: Bjorn Wesen (bjornw@axis.com)
11 #include <linux/gfp.h>
12 #include <linux/init.h>
13 #include <linux/bootmem.h>
15 #include <asm/sections.h>
17 unsigned long empty_zero_page
;
24 /* max/min_low_pfn was set by setup.c
25 * now we just copy it to some other necessary places...
27 * high_memory was also set in setup.c
29 max_mapnr
= max_low_pfn
- min_low_pfn
;
31 mem_init_print_info(NULL
);
34 /* free the pages occupied by initialization code */
39 free_initmem_default(-1);