diff options
author | Peter Oruba <peter.oruba@amd.com> | 2008-10-17 15:30:37 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-28 16:41:16 +0100 |
commit | 36b75da27bb51dc34e358d0b7487406132806c46 (patch) | |
tree | c0216c473547f7745e0087c89e9d29d041ee977d /arch/x86/kernel | |
parent | 17c22978562df42e608a9c10bc46a0e7f5660094 (diff) |
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')
-rw-r--r-- | arch/x86/kernel/microcode_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c index 936d8d55f23..82fb2809ce3 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; } |