]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/x86/include/asm/fpu/xstate.h
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / fpu / xstate.h
index f10889bc0c88fdf3531cc6e05bf1ffff5c195df1..4ceb90740d8026673b2719cac18a9278de517608 100644 (file)
@@ -51,5 +51,5 @@ int using_compacted_format(void);
 int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset, unsigned int size);
 int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset, unsigned int size);
 int copy_kernel_to_xstate(const void *kbuf, struct xregs_state *xsave);
-int copy_user_to_xstate(const void *kbuf, const void __user *ubuf, struct xregs_state *xsave);
+int copy_user_to_xstate(const void __user *ubuf, struct xregs_state *xsave);
 #endif