x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi)
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 30 May 2014 15:19:21 +0000 (08:19 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 30 May 2014 15:19:21 +0000 (08:19 -0700)
commitc9e5a5a7034146493386d985ff432aed8059929a
tree7e814c4a1741ef21104bb21282f28b99c2c4ffd3
parent7496d6458fe3219d63848ce4a9afbd86245cab22
x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi)

The XSAVE instruction family takes a memory argment.  The macros use
(%edi)/(%rdi) as that memory argument - make that clear to the reader.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Link: http://lkml.kernel.org/r/1401387164-43416-7-git-send-email-fenghua.yu@intel.com
arch/x86/include/asm/xsave.h