Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67237
b: refs/heads/master
c: aab6929
h: refs/heads/master
i:
  67235: 39b388b
v: v3
  • Loading branch information
Josh Boyer committed Aug 20, 2007
1 parent 38f9efa commit e4bfbac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d922c8dc332f4c7bc156fa832187661d4899cee
refs/heads/master: aab69292e4efd38181cd300d9b83b12592643d6c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ void __init generic_calibrate_decr(void)
"(not found)\n");
}

#ifdef CONFIG_BOOKE
#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
/* Set the time base to zero */
mtspr(SPRN_TBWL, 0);
mtspr(SPRN_TBWU, 0);
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static inline unsigned int get_dec(void)
static inline void set_dec(int val)
{
#if defined(CONFIG_40x)
return; /* Have to let it auto-reload */
mtspr(SPRN_PIT, val);
#elif defined(CONFIG_8xx_CPU6)
set_dec_cpu6(val);
#else
Expand Down

0 comments on commit e4bfbac

Please sign in to comment.