diff options
author | Martin Habets <errandir_news@mph.eclipse.co.uk> | 2006-10-10 17:36:47 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-10-12 02:56:52 -0400 |
commit | e3096de34c35683bc233f76d4e86562f1d782d0d (patch) | |
tree | 7e0d97bec8e8b02786b6a7c23f39ca4df967b646 /arch/sparc/mm | |
parent | c2baeb0526277676d4cee022f663af880c22fe84 (diff) |
[SPARC32]: Mark srmmu_nocache_init as __init.
Fix these 2.6.19-rc1 build warnings from modpost:
WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'srmmu_nocache_init' (at offset 0x1a0f8) and 'srmmu_mmu_info'
WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'srmmu_nocache_init' (at offset 0x1a118) and 'srmmu_mmu_info'
WARNING: vmlinux - Section mismatch: reference to .init.text:srmmu_early_allocate_ptable_skeleton from .text between 'srmmu_nocache_init' (at offset 0x1a188) and 'srmmu_mmu_info'
Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm')
-rw-r--r-- | arch/sparc/mm/srmmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index b27a506309ee..0df7121cef07 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c | |||
@@ -402,7 +402,7 @@ void srmmu_nocache_calcsize(void) | |||
402 | srmmu_nocache_end = SRMMU_NOCACHE_VADDR + srmmu_nocache_size; | 402 | srmmu_nocache_end = SRMMU_NOCACHE_VADDR + srmmu_nocache_size; |
403 | } | 403 | } |
404 | 404 | ||
405 | void srmmu_nocache_init(void) | 405 | void __init srmmu_nocache_init(void) |
406 | { | 406 | { |
407 | unsigned int bitmap_bits; | 407 | unsigned int bitmap_bits; |
408 | pgd_t *pgd; | 408 | pgd_t *pgd; |