x86, mce: rename _64.c files which are no longer 64-bit-specific
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Mon, 15 Jun 2009 08:28:38 +0000 (17:28 +0900)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 16 Jun 2009 23:56:11 +0000 (16:56 -0700)
commit1af0815f9639752409a9c15ba6a3dc0f322fd114
treed319e0f7bf3e5b05fd46f71a6d3ce9f26d4e5418
parent58995d2d58e8e555bc92582abe7554921deea3aa
x86, mce: rename _64.c files which are no longer 64-bit-specific

Rename files that are no longer 64bit specific:
mce_amd_64.c => mce_amd.c
mce_intel_64.c => mce_intel.c

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/Makefile
arch/x86/kernel/cpu/mcheck/mce_amd.c [moved from arch/x86/kernel/cpu/mcheck/mce_amd_64.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce_intel.c [moved from arch/x86/kernel/cpu/mcheck/mce_intel_64.c with 100% similarity]