diff options
| author | Miles Bader <miles@lsi.nec.co.jp> | 2003-07-17 20:12:33 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-17 20:12:33 -0700 |
| commit | ae51f84cd5b1bb7715bfab828f6ee42081b665ba (patch) | |
| tree | ec9e1940198f34217e9d262a372bf63b9cfa4e3b /include | |
| parent | 992f6cd468e6a11ee3fd3e785032d72cbba67e64 (diff) | |
[PATCH] Rename config option CONFIG_V850E_MA1_HIGHRES_TIMER on v850
This feature is not actually MA1-specific, so get rid of the `MA1' in
the name.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-v850/entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-v850/entry.h b/include/asm-v850/entry.h index 7d239eb1cad0..d9df8ac48584 100644 --- a/include/asm-v850/entry.h +++ b/include/asm-v850/entry.h @@ -65,10 +65,10 @@ #define RESET_GUARD_ACTIVE 0xFAB4BEEF #endif /* CONFIG_RESET_GUARD */ -#ifdef CONFIG_V850E_MA1_HIGHRES_TIMER +#ifdef CONFIG_V850E_HIGHRES_TIMER #define HIGHRES_TIMER_SLOW_TICKS_ADDR (KERNEL_VAR_SPACE_ADDR + 32) #define HIGHRES_TIMER_SLOW_TICKS KERNEL_VAR (HIGHRES_TIMER_SLOW_TICKS_ADDR) -#endif /* CONFIG_V850E_MA1_HIGHRES_TIMER */ +#endif /* CONFIG_V850E_HIGHRES_TIMER */ #ifndef __ASSEMBLY__ |
