diff options
Diffstat (limited to 'arch/m68knommu/platform/5307/timers.c')
-rw-r--r-- | arch/m68knommu/platform/5307/timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5307/timers.c b/arch/m68knommu/platform/5307/timers.c index 87b112b363a6..92e58070b016 100644 --- a/arch/m68knommu/platform/5307/timers.c +++ b/arch/m68knommu/platform/5307/timers.c | |||
@@ -104,7 +104,7 @@ unsigned long coldfire_timer_offset(void) | |||
104 | 104 | ||
105 | /* | 105 | /* |
106 | * Choose a reasonably fast profile timer. Make it an odd value to | 106 | * Choose a reasonably fast profile timer. Make it an odd value to |
107 | * try and get good coverage of kernal operations. | 107 | * try and get good coverage of kernel operations. |
108 | */ | 108 | */ |
109 | #define PROFILEHZ 1013 | 109 | #define PROFILEHZ 1013 |
110 | 110 | ||