Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

m68knommu: mark mem init functions as __init

Mark the m68knommu memory init functions as __init.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Greg Ungerer and committed by
Linus Torvalds
f386c3cc 1d2842e0

+2 -2
+2 -2
arch/m68knommu/mm/init.c
··· 98 98 * The parameters are pointers to where to stick the starting and ending 99 99 * addresses of available kernel virtual memory. 100 100 */ 101 - void paging_init(void) 101 + void __init paging_init(void) 102 102 { 103 103 /* 104 104 * Make sure start_mem is page aligned, otherwise bootmem and ··· 147 147 } 148 148 } 149 149 150 - void mem_init(void) 150 + void __init mem_init(void) 151 151 { 152 152 int codek = 0, datak = 0, initk = 0; 153 153 unsigned long tmp;