Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88945
b: refs/heads/master
c: 0c6f6ab
h: refs/heads/master
i:
  88943: 2b4508c
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 59f353a commit a9bc9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 451dd9835898d4cc3c0ee8f9e4883807b760eb02
refs/heads/master: 0c6f6abf6e63227b1e6e22e412c3f63c0163a520
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/efi.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern unsigned long asmlinkage efi_call_phys(void *, ...);
*/

#define efi_call_virt(f, args...) \
((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args)
((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args)

#define efi_call_virt0(f) efi_call_virt(f)
#define efi_call_virt1(f, a1) efi_call_virt(f, a1)
Expand Down

0 comments on commit a9bc9bd

Please sign in to comment.