diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2001-02-26 01:08:20 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2001-02-26 01:08:20 +0000 |
commit | e3eb7ee2ae9c639081e5c3209930582d7a1717c0 (patch) | |
tree | c600e6c30870799556d14cc6cc22f760ecc093f7 /arch/mips | |
parent | 7ba1171cc6ddcdf138522e5c63b15ff3dbe9edf6 (diff) |
Update to using loops_per_jiffy instead of loops_per_sec.
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 1e9287b5f..34b1691eb 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c @@ -62,8 +62,6 @@ void (*cpu_wait)(void) = NULL; */ char cyclecounter_available; -unsigned long loops_per_sec; - /* * There are several bus types available for MIPS machines. "RISC PC" * type machines have ISA, EISA, VLB or PCI available, DECstations |