projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036b2c5
)
ARC: fix section mismatch with allyesconfig
author
Vineet Gupta
<vgupta@synopsys.com>
Wed, 3 Jun 2015 19:24:12 +0000
(
00:54
+0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 19 Jun 2015 12:39:27 +0000
(18:09 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/kernel/smp.c
b/arch/arc/kernel/smp.c
index 6a400b1b0b62e07b9e0d7b14d549e8a57652d681..ee2982dda5a65052c3093593593109586c0326ed 100644
(file)
--- a/
arch/arc/kernel/smp.c
+++ b/
arch/arc/kernel/smp.c
@@
-182,7
+182,7
@@
int __cpu_up(unsigned int cpu, struct task_struct *idle)
/*
* not supported here
*/
-int
__init
setup_profiling_timer(unsigned int multiplier)
+int setup_profiling_timer(unsigned int multiplier)
{
return -EINVAL;
}