Browse Source

Merge branch 'master' of git://git.denx.de/u-boot-mips

Tom Rini 12 năm trước cách đây
mục cha
commit
d41b3cc16f
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      arch/mips/cpu/mips32/time.c
  2. 0 1
      arch/mips/cpu/mips64/time.c

+ 0 - 1
arch/mips/cpu/mips32/time.c

@@ -36,7 +36,6 @@ static unsigned long timestamp;
 int timer_init(void)
 {
 	/* Set up the timer for the first expiration. */
-	timestamp = 0;
 	write_c0_compare(read_c0_count() + CYCLES_PER_JIFFY);
 
 	return 0;

+ 0 - 1
arch/mips/cpu/mips64/time.c

@@ -37,7 +37,6 @@ static unsigned long timestamp;
 int timer_init(void)
 {
 	/* Set up the timer for the first expiration. */
-	timestamp = 0;
 	write_c0_compare(read_c0_count() + CYCLES_PER_JIFFY);
 
 	return 0;