Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging

* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
hwmon (coretemp): Fix build breakage if SMP is undefined

+1
+1
drivers/hwmon/coretemp.c
··· 36 36 #include <linux/pci.h> 37 37 #include <asm/msr.h> 38 38 #include <asm/processor.h> 39 + #include <asm/smp.h> 39 40 40 41 #define DRVNAME "coretemp" 41 42