projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d345ea2
)
ARC: [clockevent] can't be SoC specific
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 24 Jan 2014 18:56:15 +0000
(
00:26
+0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Wed, 26 Mar 2014 09:01:29 +0000
(14:31 +0530)
So no point keeping it weak
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/arc/kernel/time.c
b/arch/arc/kernel/time.c
index e5f3a837fb35f2b4a37dc162f5b2054a1008ae15..a8787bcbbc8e46c3a072aee630c0a8af4df3d1d0 100644
(file)
--- a/
arch/arc/kernel/time.c
+++ b/
arch/arc/kernel/time.c
@@
-222,9
+222,8
@@
static struct irqaction arc_timer_irq = {
/*
* Setup the local event timer for @cpu
- * N.B. weak so that some exotic ARC SoCs can completely override it
*/
-void
__weak
arc_local_timer_setup(unsigned int cpu)
+void arc_local_timer_setup(unsigned int cpu)
{
struct clock_event_device *clk = &per_cpu(arc_clockevent_device, cpu);