aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/setup.c')
-rw-r--r--arch/ia64/kernel/setup.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c
index 3258e09278d0..340dc0362fe5 100644
--- a/arch/ia64/kernel/setup.c
+++ b/arch/ia64/kernel/setup.c
@@ -362,7 +362,7 @@ mark_bsp_online (void)
362} 362}
363 363
364#ifdef CONFIG_SMP 364#ifdef CONFIG_SMP
365static void 365static void __init
366check_for_logical_procs (void) 366check_for_logical_procs (void)
367{ 367{
368 pal_logical_to_physical_t info; 368 pal_logical_to_physical_t info;
@@ -623,7 +623,7 @@ struct seq_operations cpuinfo_op = {
623 .show = show_cpuinfo 623 .show = show_cpuinfo
624}; 624};
625 625
626void 626static void __cpuinit
627identify_cpu (struct cpuinfo_ia64 *c) 627identify_cpu (struct cpuinfo_ia64 *c)
628{ 628{
629 union { 629 union {
@@ -700,7 +700,7 @@ setup_per_cpu_areas (void)
700 * In addition, the minimum of the i-cache stride sizes is calculated for 700 * In addition, the minimum of the i-cache stride sizes is calculated for
701 * "flush_icache_range()". 701 * "flush_icache_range()".
702 */ 702 */
703static void 703static void __cpuinit
704get_max_cacheline_size (void) 704get_max_cacheline_size (void)
705{ 705{
706 unsigned long line_size, max = 1; 706 unsigned long line_size, max = 1;
@@ -763,10 +763,10 @@ get_max_cacheline_size (void)
763 * cpu_init() initializes state that is per-CPU. This function acts 763 * cpu_init() initializes state that is per-CPU. This function acts
764 * as a 'CPU state barrier', nothing should get across. 764 * as a 'CPU state barrier', nothing should get across.
765 */ 765 */
766void 766void __cpuinit
767cpu_init (void) 767cpu_init (void)
768{ 768{
769 extern void __devinit ia64_mmu_init (void *); 769 extern void __cpuinit ia64_mmu_init (void *);
770 unsigned long num_phys_stacked; 770 unsigned long num_phys_stacked;
771 pal_vm_info_2_u_t vmi; 771 pal_vm_info_2_u_t vmi;
772 unsigned int max_ctx; 772 unsigned int max_ctx;
@@ -894,7 +894,7 @@ void sched_cacheflush(void)
894 ia64_sal_cache_flush(3); 894 ia64_sal_cache_flush(3);
895} 895}
896 896
897void 897void __init
898check_bugs (void) 898check_bugs (void)
899{ 899{
900 ia64_patch_mckinley_e9((unsigned long) __start___mckinley_e9_bundles, 900 ia64_patch_mckinley_e9((unsigned long) __start___mckinley_e9_bundles,