diff options
| author | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
| commit | 43cbd286fbba4bfb0c2ef05dc62522dfd5a2c000 (patch) | |
| tree | 7184a24f04c72987e725e50e66db530e6f618220 /arch/hexagon | |
| parent | fee4b700a4e9e446151eb5a03874ca8666323113 (diff) | |
| parent | c5ae4dca11523dff15cfb1763b64a71b805976aa (diff) | |
Merge tag 'asoc-v3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v3.11
A few small updates again, the sgtl5000 one fixes some newly triggered
issues due to some probe ordering changes which were introduced in the
last merge window.
Diffstat (limited to 'arch/hexagon')
| -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; |
