diff options
author | Tigran Aivazian <tigran@aivazian.fsnet.co.uk> | 2006-12-13 03:35:14 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:53 -0500 |
commit | 69688262fb94e92a32f188b79c02dc32016d4927 (patch) | |
tree | 8574331ba1947cc3479d74e6e6731ec6701ab282 /arch/i386/kernel/microcode.c | |
parent | 1de241268d7b6bea05d64f9269bf9aa90be49ff1 (diff) |
[PATCH] update Tigran's email addresses
As Adrian pointed out recently, there were still a couple of places where
I should have fixed my email address.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/kernel/microcode.c')
-rw-r--r-- | arch/i386/kernel/microcode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/i386/kernel/microcode.c b/arch/i386/kernel/microcode.c index 972346604f9d..47ffec57c0cb 100644 --- a/arch/i386/kernel/microcode.c +++ b/arch/i386/kernel/microcode.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Intel CPU Microcode Update Driver for Linux | 2 | * Intel CPU Microcode Update Driver for Linux |
3 | * | 3 | * |
4 | * Copyright (C) 2000-2004 Tigran Aivazian | 4 | * Copyright (C) 2000-2006 Tigran Aivazian <tigran@aivazian.fsnet.co.uk> |
5 | * 2006 Shaohua Li <shaohua.li@intel.com> | 5 | * 2006 Shaohua Li <shaohua.li@intel.com> |
6 | * | 6 | * |
7 | * This driver allows to upgrade microcode on Intel processors | 7 | * This driver allows to upgrade microcode on Intel processors |
@@ -92,7 +92,7 @@ | |||
92 | #include <asm/processor.h> | 92 | #include <asm/processor.h> |
93 | 93 | ||
94 | MODULE_DESCRIPTION("Intel CPU (IA-32) Microcode Update Driver"); | 94 | MODULE_DESCRIPTION("Intel CPU (IA-32) Microcode Update Driver"); |
95 | MODULE_AUTHOR("Tigran Aivazian <tigran@veritas.com>"); | 95 | MODULE_AUTHOR("Tigran Aivazian <tigran@aivazian.fsnet.co.uk>"); |
96 | MODULE_LICENSE("GPL"); | 96 | MODULE_LICENSE("GPL"); |
97 | 97 | ||
98 | #define MICROCODE_VERSION "1.14a" | 98 | #define MICROCODE_VERSION "1.14a" |
@@ -752,7 +752,7 @@ static int __init microcode_init (void) | |||
752 | register_hotcpu_notifier(&mc_cpu_notifier); | 752 | register_hotcpu_notifier(&mc_cpu_notifier); |
753 | 753 | ||
754 | printk(KERN_INFO | 754 | printk(KERN_INFO |
755 | "IA-32 Microcode Update Driver: v" MICROCODE_VERSION " <tigran@veritas.com>\n"); | 755 | "IA-32 Microcode Update Driver: v" MICROCODE_VERSION " <tigran@aivazian.fsnet.co.uk>\n"); |
756 | return 0; | 756 | return 0; |
757 | } | 757 | } |
758 | 758 | ||