aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/microcode_core.c
diff options
context:
space:
mode:
authorPeter Oruba <peter.oruba@amd.com>2008-10-17 15:30:37 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-28 16:41:16 +0100
commit36b75da27bb51dc34e358d0b7487406132806c46 (patch)
treec0216c473547f7745e0087c89e9d29d041ee977d /arch/x86/kernel/microcode_core.c
parentmailmap: add Peter Oruba (diff)
downloadlinux-dev-36b75da27bb51dc34e358d0b7487406132806c46.tar.xz
linux-dev-36b75da27bb51dc34e358d0b7487406132806c46.zip
x86: microcode patch loader author update
Removed one author's email address from module init message. Signed-off-by: Peter Oruba <peter.oruba@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/microcode_core.c')
-rw-r--r--arch/x86/kernel/microcode_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c
index 936d8d55f230..82fb2809ce32 100644
--- a/arch/x86/kernel/microcode_core.c
+++ b/arch/x86/kernel/microcode_core.c
@@ -480,8 +480,8 @@ static int __init microcode_init(void)
printk(KERN_INFO
"Microcode Update Driver: v" MICROCODE_VERSION
- " <tigran@aivazian.fsnet.co.uk>"
- " <peter.oruba@amd.com>\n");
+ " <tigran@aivazian.fsnet.co.uk>,"
+ " Peter Oruba\n");
return 0;
}