diff options
Diffstat (limited to 'arch/hexagon/kernel')
| -rw-r--r-- | arch/hexagon/kernel/setup.c | 2 | ||||
| -rw-r--r-- | arch/hexagon/kernel/smp.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/hexagon/kernel/setup.c b/arch/hexagon/kernel/setup.c index bfe13311d70d..29d1f1b00016 100644 --- a/arch/hexagon/kernel/setup.c +++ b/arch/hexagon/kernel/setup.c | |||
| @@ -41,7 +41,7 @@ static char default_command_line[COMMAND_LINE_SIZE] __initdata = CONFIG_CMDLINE; | |||
| 41 | 41 | ||
| 42 | int on_simulator; | 42 | int on_simulator; |
| 43 | 43 | ||
| 44 | void __cpuinit calibrate_delay(void) | 44 | void calibrate_delay(void) |
| 45 | { | 45 | { |
| 46 | loops_per_jiffy = thread_freq_mhz * 1000000 / HZ; | 46 | loops_per_jiffy = thread_freq_mhz * 1000000 / HZ; |
| 47 | } | 47 | } |
diff --git a/arch/hexagon/kernel/smp.c b/arch/hexagon/kernel/smp.c index 0e364ca43198..9faaa940452b 100644 --- a/arch/hexagon/kernel/smp.c +++ b/arch/hexagon/kernel/smp.c | |||
| @@ -146,7 +146,7 @@ void __init smp_prepare_boot_cpu(void) | |||
| 146 | * to point to current thread info | 146 | * to point to current thread info |
| 147 | */ | 147 | */ |
| 148 | 148 | ||
| 149 | void __cpuinit start_secondary(void) | 149 | void start_secondary(void) |
| 150 | { | 150 | { |
| 151 | unsigned int cpu; | 151 | unsigned int cpu; |
| 152 | unsigned long thread_ptr; | 152 | unsigned long thread_ptr; |
| @@ -194,7 +194,7 @@ void __cpuinit start_secondary(void) | |||
| 194 | * maintains control until "cpu_online(cpu)" is set. | 194 | * maintains control until "cpu_online(cpu)" is set. |
| 195 | */ | 195 | */ |
| 196 | 196 | ||
| 197 | int __cpuinit __cpu_up(unsigned int cpu, struct task_struct *idle) | 197 | int __cpu_up(unsigned int cpu, struct task_struct *idle) |
| 198 | { | 198 | { |
| 199 | struct thread_info *thread = (struct thread_info *)idle->stack; | 199 | struct thread_info *thread = (struct thread_info *)idle->stack; |
| 200 | void *stack_start; | 200 | void *stack_start; |
