diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-29 04:07:36 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-29 04:05:43 -0400 |
commit | 5d7b605245b1aa1a9cd6549b1f57d69273eb0c37 (patch) | |
tree | 40b69139934c21ec58f54e94397f977a615b4cb7 /arch/x86/kernel/microcode_amd.c | |
parent | 224e946b81166d732f3e9b414cb69612072fb500 (diff) |
x86, microcode: fix module license string
fix:
FATAL: modpost: GPL-incompatible module microcode_amd.ko uses GPL-only symbol 'set_cpus_allowed_ptr'
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/microcode_amd.c')
-rw-r--r-- | arch/x86/kernel/microcode_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c index db199e3fdd1f..fd9e68e88899 100644 --- a/arch/x86/kernel/microcode_amd.c +++ b/arch/x86/kernel/microcode_amd.c | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | MODULE_DESCRIPTION("AMD Microcode Update Driver"); | 41 | MODULE_DESCRIPTION("AMD Microcode Update Driver"); |
42 | MODULE_AUTHOR("Peter Oruba <peter.oruba@amd.com>"); | 42 | MODULE_AUTHOR("Peter Oruba <peter.oruba@amd.com>"); |
43 | MODULE_LICENSE("GPLv2"); | 43 | MODULE_LICENSE("GPL v2"); |
44 | 44 | ||
45 | #define UCODE_MAGIC 0x00414d44 | 45 | #define UCODE_MAGIC 0x00414d44 |
46 | #define UCODE_EQUIV_CPU_TABLE_TYPE 0x00000000 | 46 | #define UCODE_EQUIV_CPU_TABLE_TYPE 0x00000000 |