diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-19 17:35:28 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 10:55:10 +0100 |
commit | 47a8f6fb349c977ff752f979b159aef96a0bb352 (patch) | |
tree | 53c52b00d97eb5b0e284b67d66f09ed7ab9a5744 /arch/cris/arch-v32/kernel/time.c | |
parent | 06aca92424c2a53a9e26cb81c1d6a829af9491b8 (diff) | |
download | linux-47a8f6fb349c977ff752f979b159aef96a0bb352.tar.gz linux-47a8f6fb349c977ff752f979b159aef96a0bb352.tar.bz2 linux-47a8f6fb349c977ff752f979b159aef96a0bb352.zip |
CRIS: remove SMP code
The CRIS SMP code cannot be built since there is no (and appears to
never have been) a CONFIG_SMP Kconfig option in arch/cris/. Remove it.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/arch-v32/kernel/time.c')
-rw-r--r-- | arch/cris/arch-v32/kernel/time.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/cris/arch-v32/kernel/time.c b/arch/cris/arch-v32/kernel/time.c index c17b01abdc3b..aa2d94b7fb61 100644 --- a/arch/cris/arch-v32/kernel/time.c +++ b/arch/cris/arch-v32/kernel/time.c @@ -60,9 +60,6 @@ arch_initcall(etrax_init_cont_rotime); unsigned long timer_regs[NR_CPUS] = { regi_timer0, -#ifdef CONFIG_SMP - regi_timer2 -#endif }; extern int set_rtc_mmss(unsigned long nowtime); |