Hello. linux-mips@xxxxxxxxxxxxxx wrote:
Author: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Mon Oct 2 16:54:48 2006 +0100 Commit: 452dce20d066a17a85bc3fb5a9d1c9fed610e328 Gitweb: http://www.linux-mips.org/g/linux/452dce20 Branch: master
Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
---
arch/mips/Kconfig | 4 +++ arch/mips/dec/time.c | 2 - arch/mips/kernel/time.c | 74 ----------------------------------------------- 3 files changed, 4 insertions(+), 76 deletions(-)
Well, be forewarned that with this patch, MIPS kernel now only has jiffy-precise time resolution. I.e. you could have killed all gettimeoffset handlers I suppose since there's nothing to call them from anymore. We need a clocksource patch added now to restore the old functionality (it's currently a part of the RT patch)...
WBR, Sergei