Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21539
b: refs/heads/master
c: c4f8ef7
h: refs/heads/master
i:
  21537: 257d045
  21535: 09dbbf1
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Mar 20, 2006
1 parent fb4889b commit fff09ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bcd17411643beb9a601e032d0cf1016909a81d3
refs/heads/master: c4f8ef77f941e7d89a52fad1fbe04d59397e2bd1
2 changes: 2 additions & 0 deletions trunk/arch/sparc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,8 @@ static inline void mini_get_rtc_time(struct rtc_time *time)
spin_unlock_irqrestore(&rtc_lock, flags);

to_tm(seconds, time);
time->tm_year -= 1900;
time->tm_mon -= 1;
}

static inline int mini_set_rtc_time(struct rtc_time *time)
Expand Down

0 comments on commit fff09ec

Please sign in to comment.