diff options
Diffstat (limited to 'arch/sparc/mm/srmmu.c')
-rw-r--r-- | arch/sparc/mm/srmmu.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index 036c2797dece..5d721df48a72 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c | |||
@@ -858,7 +858,7 @@ static void __init map_kernel(void) | |||
858 | } | 858 | } |
859 | } | 859 | } |
860 | 860 | ||
861 | void (*poke_srmmu)(void) __cpuinitdata = NULL; | 861 | void (*poke_srmmu)(void) = NULL; |
862 | 862 | ||
863 | extern unsigned long bootmem_init(unsigned long *pages_avail); | 863 | extern unsigned long bootmem_init(unsigned long *pages_avail); |
864 | 864 | ||
@@ -1055,7 +1055,7 @@ static void __init init_vac_layout(void) | |||
1055 | (int)vac_cache_size, (int)vac_line_size); | 1055 | (int)vac_cache_size, (int)vac_line_size); |
1056 | } | 1056 | } |
1057 | 1057 | ||
1058 | static void __cpuinit poke_hypersparc(void) | 1058 | static void poke_hypersparc(void) |
1059 | { | 1059 | { |
1060 | volatile unsigned long clear; | 1060 | volatile unsigned long clear; |
1061 | unsigned long mreg = srmmu_get_mmureg(); | 1061 | unsigned long mreg = srmmu_get_mmureg(); |
@@ -1107,7 +1107,7 @@ static void __init init_hypersparc(void) | |||
1107 | hypersparc_setup_blockops(); | 1107 | hypersparc_setup_blockops(); |
1108 | } | 1108 | } |
1109 | 1109 | ||
1110 | static void __cpuinit poke_swift(void) | 1110 | static void poke_swift(void) |
1111 | { | 1111 | { |
1112 | unsigned long mreg; | 1112 | unsigned long mreg; |
1113 | 1113 | ||
@@ -1287,7 +1287,7 @@ static void turbosparc_flush_tlb_page(struct vm_area_struct *vma, unsigned long | |||
1287 | } | 1287 | } |
1288 | 1288 | ||
1289 | 1289 | ||
1290 | static void __cpuinit poke_turbosparc(void) | 1290 | static void poke_turbosparc(void) |
1291 | { | 1291 | { |
1292 | unsigned long mreg = srmmu_get_mmureg(); | 1292 | unsigned long mreg = srmmu_get_mmureg(); |
1293 | unsigned long ccreg; | 1293 | unsigned long ccreg; |
@@ -1350,7 +1350,7 @@ static void __init init_turbosparc(void) | |||
1350 | poke_srmmu = poke_turbosparc; | 1350 | poke_srmmu = poke_turbosparc; |
1351 | } | 1351 | } |
1352 | 1352 | ||
1353 | static void __cpuinit poke_tsunami(void) | 1353 | static void poke_tsunami(void) |
1354 | { | 1354 | { |
1355 | unsigned long mreg = srmmu_get_mmureg(); | 1355 | unsigned long mreg = srmmu_get_mmureg(); |
1356 | 1356 | ||
@@ -1391,7 +1391,7 @@ static void __init init_tsunami(void) | |||
1391 | tsunami_setup_blockops(); | 1391 | tsunami_setup_blockops(); |
1392 | } | 1392 | } |
1393 | 1393 | ||
1394 | static void __cpuinit poke_viking(void) | 1394 | static void poke_viking(void) |
1395 | { | 1395 | { |
1396 | unsigned long mreg = srmmu_get_mmureg(); | 1396 | unsigned long mreg = srmmu_get_mmureg(); |
1397 | static int smp_catch; | 1397 | static int smp_catch; |