Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277449
b: refs/heads/master
c: e9a9eca
h: refs/heads/master
i:
  277447: b655c87
v: v3
  • Loading branch information
Maurice Ma authored and Ingo Molnar committed Dec 5, 2011
1 parent 5508155 commit a3aec33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2e57ae0515124af45dd889bfbd4840fd40fcc07d
refs/heads/master: e9a9eca517d4cd94e816538efc400257e34bc63e
3 changes: 2 additions & 1 deletion trunk/arch/x86/platform/efi/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ static efi_status_t __init phys_efi_get_time(efi_time_t *tm,

spin_lock_irqsave(&rtc_lock, flags);
efi_call_phys_prelog();
status = efi_call_phys2(efi_phys.get_time, tm, tc);
status = efi_call_phys2(efi_phys.get_time, virt_to_phys(tm),
virt_to_phys(tc));
efi_call_phys_epilog();
spin_unlock_irqrestore(&rtc_lock, flags);
return status;
Expand Down

0 comments on commit a3aec33

Please sign in to comment.