x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixes
authorJoe Perches <joe@perches.com>
Thu, 10 May 2018 15:45:31 +0000 (08:45 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 13 May 2018 19:25:18 +0000 (21:25 +0200)
commite6d8c84a58380030457759ad6085f3792a76b2ce
treeb4903416456c3a8dcfc1625aeddea14eec81a72e
parent1de392f5d5e803663abbd8ed084233f154152bcd
x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixes

Kbuild uses the first file as the name for KBUILD_MODNAME.
mtrr uses main.c as its first file, so rename that file to mtrr.c
and fixup the Makefile.

Remove the now duplicate "mtrr: " prefixes from the logging calls.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lkml.kernel.org/r/ae1fa81a0d1fad87571967b91ea90f70f486e853.1525964384.git.joe@perches.com
arch/x86/kernel/cpu/mtrr/Makefile
arch/x86/kernel/cpu/mtrr/mtrr.c [moved from arch/x86/kernel/cpu/mtrr/main.c with 96% similarity]