Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11659
b: refs/heads/master
c: 303d72a
h: refs/heads/master
i:
  11657: b554b52
  11655: c874902
v: v3
  • Loading branch information
Paul Mackerras committed Oct 26, 2005
1 parent 22e3eb3 commit 07720e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 6d0124fc06be40deafca043c73a8203c78bbfe45
refs/heads/master: 303d72a0006c65bb8d16199c75a26338ce723811
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/powermac/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ static unsigned long cuda_get_time(void)
req.reply_len);
now = (req.reply[3] << 24) + (req.reply[4] << 16)
+ (req.reply[5] << 8) + req.reply[6];
if (now < RTC_OFFSET)
return 0;
return now - RTC_OFFSET;
}

Expand Down Expand Up @@ -158,8 +156,6 @@ static unsigned long pmu_get_time(void)
req.reply_len);
now = (req.reply[0] << 24) + (req.reply[1] << 16)
+ (req.reply[2] << 8) + req.reply[3];
if (now < RTC_OFFSET)
return 0;
return now - RTC_OFFSET;
}

Expand Down

0 comments on commit 07720e2

Please sign in to comment.