summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/verify_cpu_64.S
Commit message (Collapse)AuthorAgeFilesLines
* x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook2010-11-101-106/+0
| | | | | | | | | | The code is 32bit already, and can be used in 32bit routines. Signed-off-by: Kees Cook <kees.cook@canonical.com> LKML-Reference: <1289414154-7829-2-git-send-email-kees.cook@canonical.com> Acked-by: Pekka Enberg <penberg@kernel.org> Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* x86: Use symbolic MSR namesBrian Gerst2010-07-211-1/+2
| | | | | | | | | Use symbolic MSR names instead of hardcoding the MSR index. Signed-off-by: Brian Gerst <brgerst@gmail.com> LKML-Reference: <1279371808-24804-2-git-send-email-brgerst@gmail.com> Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* x86_64: move kernelThomas Gleixner2007-10-111-0/+105
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>