GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mn10300 / include / asm / timex.h
blob8d031f9e117d7db554bf3802cd357d36bbbb110b
1 /* MN10300 Architecture time management specifications
3 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public Licence
8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
11 #ifndef _ASM_TIMEX_H
12 #define _ASM_TIMEX_H
14 #include <asm/hardirq.h>
15 #include <unit/timex.h>
17 #define TICK_SIZE (tick_nsec / 1000)
19 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ - this should probably be set
20 * to something appropriate, but what? */
22 extern cycles_t cacheflush_time;
24 #ifdef __KERNEL__
26 static inline cycles_t get_cycles(void)
28 return read_timestamp_counter();
31 #endif /* __KERNEL__ */
33 #endif /* _ASM_TIMEX_H */