diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2005-10-30 18:03:00 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 20:37:25 -0500 |
| commit | ecea8d19c9f0ebd62ddaa07fc919ff4e4b820d99 (patch) | |
| tree | 189de0b898157618fbf08ec6e4adc8e5cce71ec3 /arch/arm/kernel/time.c | |
| parent | 371e8c25b65f2fe7942868a8a67129d571e94076 (diff) | |
[PATCH] jiffies_64 cleanup
Define jiffies_64 in kernel/timer.c rather than having 24 duplicated
defines in each architecture.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/arm/kernel/time.c')
| -rw-r--r-- | arch/arm/kernel/time.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index 69449a818d..fc4729106a 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c | |||
| @@ -36,10 +36,6 @@ | |||
| 36 | #include <asm/thread_info.h> | 36 | #include <asm/thread_info.h> |
| 37 | #include <asm/mach/time.h> | 37 | #include <asm/mach/time.h> |
| 38 | 38 | ||
| 39 | u64 jiffies_64 = INITIAL_JIFFIES; | ||
| 40 | |||
| 41 | EXPORT_SYMBOL(jiffies_64); | ||
| 42 | |||
| 43 | /* | 39 | /* |
| 44 | * Our system timer. | 40 | * Our system timer. |
| 45 | */ | 41 | */ |
