Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136909
b: refs/heads/master
c: 9f33111
h: refs/heads/master
i:
  136907: f9e052e
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Feb 24, 2009
1 parent d49285f commit f086387
Show file tree
Hide file tree
Showing 3 changed files with 9 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: bc8b2b9258488b932cd399112e01d5afffc4ee96
refs/heads/master: 9f331119a4f95a44d918fe6d5e85998fabf99b72
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/efi_stub_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ ENTRY(efi_call_phys)
movl (%edx), %ecx
pushl %ecx
ret
ENDPROC(efi_call_phys)
.previous

.data
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/x86/kernel/efi_stub_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ENTRY(efi_call0)
addq $32, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call0)

ENTRY(efi_call1)
SAVE_XMM
Expand All @@ -50,6 +51,7 @@ ENTRY(efi_call1)
addq $32, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call1)

ENTRY(efi_call2)
SAVE_XMM
Expand All @@ -59,6 +61,7 @@ ENTRY(efi_call2)
addq $32, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call2)

ENTRY(efi_call3)
SAVE_XMM
Expand All @@ -69,6 +72,7 @@ ENTRY(efi_call3)
addq $32, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call3)

ENTRY(efi_call4)
SAVE_XMM
Expand All @@ -80,6 +84,7 @@ ENTRY(efi_call4)
addq $32, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call4)

ENTRY(efi_call5)
SAVE_XMM
Expand All @@ -92,6 +97,7 @@ ENTRY(efi_call5)
addq $48, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call5)

ENTRY(efi_call6)
SAVE_XMM
Expand All @@ -107,3 +113,4 @@ ENTRY(efi_call6)
addq $48, %rsp
RESTORE_XMM
ret
ENDPROC(efi_call6)

0 comments on commit f086387

Please sign in to comment.