---
 arch/x86/lib/clear_page_nocache_64.S | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/x86/lib/clear_page_nocache_64.S 
b/arch/x86/lib/clear_page_nocache_64.S
index a6d938c..d03408e 100644
--- a/arch/x86/lib/clear_page_nocache_64.S
+++ b/arch/x86/lib/clear_page_nocache_64.S
@@ -23,7 +23,7 @@
 ENTRY(clear_page_nocache)
        CFI_STARTPROC
        push   %rdi
-       call   kernel_fpu_begin
+       call   __kernel_fpu_begin
        pop    %rdi
        sub    $16,%rsp
        CFI_ADJUST_CFA_OFFSET 16
@@ -43,7 +43,7 @@ ENTRY(clear_page_nocache)
        movdqu (%rsp),%xmm0
        addq   $16,%rsp
        CFI_ADJUST_CFA_OFFSET -16
-       jmp   kernel_fpu_end
+       jmp   __kernel_fpu_end
        CFI_ENDPROC
 ENDPROC(clear_page_nocache)
 
@@ -65,7 +65,7 @@ ENDPROC(clear_page_nocache)
 ENTRY(clear_page_nocache_avx)
        CFI_STARTPROC
        push   %rdi
-       call   kernel_fpu_begin
+       call   __kernel_fpu_begin
        pop    %rdi
        sub    $32,%rsp
        CFI_ADJUST_CFA_OFFSET 32
@@ -85,7 +85,7 @@ ENTRY(clear_page_nocache_avx)
        vmovdqu (%rsp),%ymm0
        addq   $32,%rsp
        CFI_ADJUST_CFA_OFFSET -32
-       jmp   kernel_fpu_end
+       jmp   __kernel_fpu_end
        CFI_ENDPROC
 ENDPROC(clear_page_nocache_avx)
 
-- 
1.7.12.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to