R, Durgadoss Thu, 21 Oct 2010 11:01:13 +0530
>Hi Arjan,
>
>This patch, the final one, enables monitoring Digital Temperature
>Sensor on the medfield platform.
>
>This driver, registers itself with the generic thermal sysfs framework.
>It monitors the dts temperature and sends out a notification when
>the temperature reaches critical limit.
>
>--------------------------------------------------------------------
>Signed-off-by:  <[email protected]>
>
>Index: ac_kernel/kernel/arch/x86/include/asm/mce.h
>===================================================================
>--- ac_kernel.orig/kernel/arch/x86/include/asm/mce.h
>+++ ac_kernel/kernel/arch/x86/include/asm/mce.h
>@@ -39,8 +39,8 @@
> #define MCM_ADDR_GENERIC 7     /* generic */
>
> /* CTL2 register defines */
>-#define MCI_CTL2_CMCI_EN               (1ULL << 30)
>-#define MCI_CTL2_CMCI_THRESHOLD_MASK   0x7fffULL
>+#define MCI_CTL2_CMCI_EN                (1ULL << 30)
>+#define MCI_CTL2_CMCI_THRESHOLD_MASK    0x7fffULL
I noticed quite a few bogus changes like this, it is hard to find the
real changes. could you remove them first?

Thanks,

Jacob
_______________________________________________
Meego-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to