Displaying 2 results from an estimated 2 matches for "29dde94".
2015 Sep 11
2
[PATCH 1/1] efi/x86_64: fix trivial compilation warning
...: Sylvain Gault <sylvain.gault at gmail.com>
Missing */ at the end of a comment.
Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
---
efi/x86_64/linux.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/x86_64/linux.S b/efi/x86_64/linux.S
index 972c0b2..29dde94 100644
--- a/efi/x86_64/linux.S
+++ b/efi/x86_64/linux.S
@@ -27,7 +27,7 @@ kernel_jump:
base_address:
pop %rsi
- /* need to perform a long jump to update cs
+ /* need to perform a long jump to update cs */
/* load absolute address of pm_code in jmp_address location */
lea (pm_code - base...
2015 Sep 11
0
[PATCH 1/1] efi/x86_64: fix trivial compilation warning
...ylvain Gault <sylvain.gault at gmail.com>
Reviewed-by: Paulo Alcantara <pcacjr at zytor.com>
Thanks,
Paulo
> ---
> efi/x86_64/linux.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/efi/x86_64/linux.S b/efi/x86_64/linux.S
> index 972c0b2..29dde94 100644
> --- a/efi/x86_64/linux.S
> +++ b/efi/x86_64/linux.S
> @@ -27,7 +27,7 @@ kernel_jump:
> base_address:
> pop %rsi
>
> - /* need to perform a long jump to update cs
> + /* need to perform a long jump to update cs */
>
> /* load absolute address of pm_cod...