m68knommu: make persistent clock code consistent with m68k
authorGreg Ungerer <gerg@uclinux.org>
Mon, 23 Jan 2012 03:25:56 +0000 (13:25 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:03 +0000 (09:43 +1000)
commit9517746131f62294ddd922bcd288415be5104c23
tree1ca5433e9d25c1c2f34197a52bfa15fdec163fac
parentd3f033f894c433d3c9bf347a0a84f45dac0b14ac
m68knommu: make persistent clock code consistent with m68k

The read_persistent_clock() code is different on m68knommu, for really no
reason. With a few changes to support function names and some code
re-organization the code can be made the same.

This will make it easier to merge the arch/m68k/kernel/time.c for m68k and
m68knommu in a future patch.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/machdep.h
arch/m68k/kernel/setup_no.c
arch/m68k/kernel/time_no.c
arch/m68k/platform/68328/config.c
arch/m68k/platform/68328/timers.c
arch/m68k/platform/68360/config.c
arch/m68k/platform/68EZ328/config.c
arch/m68k/platform/68VZ328/config.c
This page took 0.02554 seconds and 5 git commands to generate.