mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-19 19:25:14 +00:00
[MIPS] RM200: Give RM200 it's own timex.h.
So we can get rid of config.h and the #ifdef crapola in the generic
timex.h.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
13
include/asm-mips/mach-rm200/timex.h
Normal file
13
include/asm-mips/mach-rm200/timex.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This file is subject to the terms and conditions of the GNU General Public
|
||||
* License. See the file "COPYING" in the main directory of this archive
|
||||
* for more details.
|
||||
*
|
||||
* Copyright (C) 2003, 2005 by Ralf Baechle
|
||||
*/
|
||||
#ifndef __ASM_MACH_RM200_TIMEX_H
|
||||
#define __ASM_MACH_RM200_TIMEX_H
|
||||
|
||||
#define CLOCK_TICK_RATE 1193182
|
||||
|
||||
#endif /* __ASM_MACH_RM200_TIMEX_H */
|
||||
Reference in New Issue
Block a user