The patch titled
x86-amd-thermal-interrupt-support fix 3
has been removed from the -mm tree. Its filename was
x86-amd-thermal-interrupt-support-fix-3.patch
This patch was dropped because it was folded into
x86-amd-thermal-interrupt-support.patch
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: x86-amd-thermal-interrupt-support fix 3
From: trem <[EMAIL PROTECTED]>
I've got an error when I compile 2.6.24-mm1 on x86_64 :
CC arch/x86/kernel/cpu/mcheck/mce_amd_64.o
CC kernel/posix-cpu-timers.o
arch/x86/kernel/cpu/mcheck/mce_amd_64.c: In function
smp_thermal_interrupt_init:
arch/x86/kernel/cpu/mcheck/mce_amd_64.c:876: erreur: lvalue required as unary
& operand
make[3]: *** [arch/x86/kernel/cpu/mcheck/mce_amd_64.o] Erreur 1
make[2]: *** [arch/x86/kernel/cpu/mcheck] Erreur 2
make[1]: *** [arch/x86/kernel/cpu] Erreur 2
Cc: Russell Leidich <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Andi Kleen <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/x86/kernel/cpu/mcheck/mce_amd_64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
arch/x86/kernel/cpu/mcheck/mce_amd_64.c~x86-amd-thermal-interrupt-support-fix-3
arch/x86/kernel/cpu/mcheck/mce_amd_64.c
---
a/arch/x86/kernel/cpu/mcheck/mce_amd_64.c~x86-amd-thermal-interrupt-support-fix-3
+++ a/arch/x86/kernel/cpu/mcheck/mce_amd_64.c
@@ -873,7 +873,7 @@ static int smp_thermal_interrupt_init(vo
/*
* Call thermal_apic_init() on each core.
*/
- on_each_cpu(&thermal_apic_init, NULL, 1, 0);
+ on_each_cpu(thermal_apic_init, NULL, 1, 0);
smp_thermal_early_throttle_check();
out:
return 0;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
x86-amd-thermal-interrupt-support.patch
x86-amd-thermal-interrupt-support-fix-3.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html