Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207869
b: refs/heads/master
c: d643e2d
h: refs/heads/master
i:
  207867: 1feb0c0
v: v3
  • Loading branch information
Finn Thain authored and Geert Uytterhoeven committed Aug 9, 2010
1 parent 17a0e1f commit d7f846e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1b460102323a08874e942a330b896c30d50ab235
refs/heads/master: d643e2d2cc1d1f37751a99a7c4cb30064cc68aac
6 changes: 3 additions & 3 deletions trunk/arch/m68k/mac/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void cuda_write_pram(int offset, __u8 data)
#define cuda_write_pram NULL
#endif

#if 0 /* def CONFIG_ADB_PMU68K */
#ifdef CONFIG_ADB_PMU68K
static long pmu_read_time(void)
{
struct adb_request req;
Expand All @@ -102,8 +102,8 @@ static long pmu_read_time(void)
while (!req.complete)
pmu_poll();

time = (req.reply[0] << 24) | (req.reply[1] << 16)
| (req.reply[2] << 8) | req.reply[3];
time = (req.reply[1] << 24) | (req.reply[2] << 16)
| (req.reply[3] << 8) | req.reply[4];
return time - RTC_OFFSET;
}

Expand Down

0 comments on commit d7f846e

Please sign in to comment.