Skip to content
Snippets Groups Projects
Commit e6a54ba3 authored by Paul Burton's avatar Paul Burton Committed by Ralf Baechle
Browse files

MIPS: SEAD3: Remove custom read_persistent_clock


The SEAD3 board defines a custom implementation of read_persistent_clock
which does exactly the same dummy operation as the generic weak version.
Remove the not really implemented custom version.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14064/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5e189564
No related branches found
No related tags found
No related merge requests found
......@@ -63,12 +63,6 @@ static unsigned int __init estimate_cpu_frequency(void)
return freq ;
}
void read_persistent_clock(struct timespec *ts)
{
ts->tv_sec = 0;
ts->tv_nsec = 0;
}
int get_c0_perfcount_int(void)
{
if (gic_present)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment