original_kernel/arch/mips/kernel
Atsushi Nemoto 16b7b2ac01 [MIPS] Fixup migration to GENERIC_TIME
Since we already moved to GENERIC_TIME, we should implement alternatives
of old do_gettimeoffset routines to get sub-jiffies resolution from
gettimeofday().  This patch includes:

 * MIPS clocksource support (based on works by Manish Lachwani).
 * remove unused gettimeoffset routines and related codes.
 * remove unised 64bit do_div64_32().
 * simplify mips_hpt_init. (no argument needed, __init tag)
 * simplify c0_hpt_timer_init. (no need to write to c0_count)
 * remove some hpt_init routines.
 * mips_hpt_mask variable to specify bitmask of hpt value.
 * convert jmr3927_do_gettimeoffset to jmr3927_hpt_read.
 * convert ip27_do_gettimeoffset to ip27_hpt_read.
 * convert bcm1480_do_gettimeoffset to bcm1480_hpt_read.
 * simplify sb1250 hpt functions. (no need to subtract and shift)
    
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-10-31 20:13:23 +00:00
..
Makefile
apm.c
asm-offsets.c [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00
binfmt_elfn32.c
binfmt_elfo32.c
branch.c
cpu-bugs64.c
cpu-probe.c [MIPS] Fix RM9000 wait instruction detection. 2006-10-09 23:20:45 +01:00
dma-no-isa.c
entry.S [MIPS] ret_from_irq adjustment 2006-10-09 23:20:46 +01:00
gdb-low.S
gdb-stub.c
genex.S [MIPS] ret_from_irq adjustment 2006-10-09 23:20:46 +01:00
head.S
i8253.c
i8259.c
init_task.c
irix5sys.S
irixelf.c
irixinv.c
irixioctl.c
irixsig.c
irq-msc01.c [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. 2006-10-09 00:15:28 +01:00
irq-mv6434x.c [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. 2006-10-09 00:15:28 +01:00
irq-rm7000.c
irq-rm9000.c
irq.c [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00
irq_cpu.c
kspd.c
linux32.c [MIPS] Fix O32 personality(2) call with 0xffffffff argument. 2006-10-19 17:55:13 +01:00
mips-mt.c
mips_ksyms.c
module.c
proc.c [MIPS] Make sure cpu_has_fpu is used only in atomic context 2006-10-09 23:20:48 +01:00
process.c [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup() 2006-10-19 17:55:12 +01:00
ptrace.c [MIPS] Make sure cpu_has_fpu is used only in atomic context 2006-10-09 23:20:48 +01:00
ptrace32.c [MIPS] Make sure cpu_has_fpu is used only in atomic context 2006-10-09 23:20:48 +01:00
r4k_fpu.S
r4k_switch.S
r2300_fpu.S
r2300_switch.S
r6000_fpu.S
reset.c
rtlx.c [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00
scall32-o32.S [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. 2006-10-30 21:41:28 +00:00
scall64-64.S [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. 2006-10-30 21:41:28 +00:00
scall64-n32.S [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. 2006-10-30 21:41:28 +00:00
scall64-o32.S [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls. 2006-10-30 21:41:28 +00:00
semaphore.c
setup.c
signal-common.h
signal.c
signal32.c
signal_n32.c
smp-mt.c [MIPS] VSMP: Synchronize cp0 counters on bootup. 2006-10-31 20:13:22 +00:00
smp.c [MIPS] Pass NULL not 0 for pointer value. 2006-10-11 19:31:00 +01:00
smtc-asm.S [MIPS] ret_from_irq adjustment 2006-10-09 23:20:46 +01:00
smtc-proc.c
smtc.c [MIPS] Complete fixes after removal of pt_regs argument to int handlers. 2006-10-08 02:38:28 +01:00
stacktrace.c [MIPS] save_context_stack fix 2006-10-19 17:55:13 +01:00
syscall.c
sysirix.c
time.c [MIPS] Fixup migration to GENERIC_TIME 2006-10-31 20:13:23 +00:00
traps.c [MIPS] Fix warning of printk format in mips_srs_init() 2006-10-31 20:13:21 +00:00
unaligned.c
vmlinux.lds.S [PATCH] vmlinux.lds: consolidate initcall sections 2006-10-27 15:34:51 -07:00
vpe.c