Re: [PATCH 1/4] x86: rename verify_cpu_64.S to verify_cpu.S
From: Pekka Enberg
Date: Tue Nov 09 2010 - 13:46:46 EST
On Tue, Nov 9, 2010 at 8:14 PM, Kees Cook <kees.cook@xxxxxxxxxxxxx> wrote:
> This file does not need the _64 extension since the code is 32bit already,
> and can be used in 32bit routines.
>
> Signed-off-by: Kees Cook <kees.cook@xxxxxxxxxxxxx>
> ---
> arch/x86/boot/compressed/head_64.S | 2 +-
> arch/x86/kernel/trampoline_64.S | 2 +-
> arch/x86/kernel/verify_cpu.S | 106 ++++++++++++++++++++++++++++++++++++
> arch/x86/kernel/verify_cpu_64.S | 106 ------------------------------------
> 4 files changed, 108 insertions(+), 108 deletions(-)
> create mode 100644 arch/x86/kernel/verify_cpu.S
> delete mode 100644 arch/x86/kernel/verify_cpu_64.S
Please use "git format-patch -M" to detect renames when preparing patches.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/