aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/time.h')
-rw-r--r--include/asm-powerpc/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/time.h b/include/asm-powerpc/time.h
index d7f5ddfbaac..fdc271ebe41 100644
--- a/include/asm-powerpc/time.h
+++ b/include/asm-powerpc/time.h
@@ -174,7 +174,7 @@ static inline unsigned int get_dec(void)
174static inline void set_dec(int val) 174static inline void set_dec(int val)
175{ 175{
176#if defined(CONFIG_40x) 176#if defined(CONFIG_40x)
177 return; /* Have to let it auto-reload */ 177 mtspr(SPRN_PIT, val);
178#elif defined(CONFIG_8xx_CPU6) 178#elif defined(CONFIG_8xx_CPU6)
179 set_dec_cpu6(val); 179 set_dec_cpu6(val);
180#else 180#else