···9898 * The parameters are pointers to where to stick the starting and ending9999 * addresses of available kernel virtual memory.100100 */101101-void paging_init(void)101101+void __init paging_init(void)102102{103103 /*104104 * Make sure start_mem is page aligned, otherwise bootmem and···147147 }148148}149149150150-void mem_init(void)150150+void __init mem_init(void)151151{152152 int codek = 0, datak = 0, initk = 0;153153 unsigned long tmp;