diff options
author | Noam Camus <noamc@ezchip.com> | 2013-02-26 08:27:59 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-07 10:13:54 +0200 |
commit | 68e4790ec4383c57224d69ed9e0a94e4ef005f35 (patch) | |
tree | 8833ebff63612386c426582582fac6d23590eb9e /arch/arc/kernel | |
parent | ARC: Respect the cpu_id passed for fetching correct cpu info (diff) | |
download | linux-68e4790ec4383c57224d69ed9e0a94e4ef005f35.tar.xz linux-68e4790ec4383c57224d69ed9e0a94e4ef005f35.zip |
ARC: fix typo with clock speed
Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel')
-rw-r--r-- | arch/arc/kernel/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/clk.c b/arch/arc/kernel/clk.c index 66ce0dc917fb..10c7b0b5a079 100644 --- a/arch/arc/kernel/clk.c +++ b/arch/arc/kernel/clk.c @@ -8,7 +8,7 @@ #include <asm/clk.h> -unsigned long core_freq = 800000000; +unsigned long core_freq = 80000000; /* * As of now we default to device-tree provided clock |