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 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev

* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:
pata_cs5536: avoid implicit MSR API inclusion on x86-64

+2
+2
drivers/ata/pata_cs5536.c
··· 44 44 module_param_named(msr, use_msr, int, 0644); 45 45 MODULE_PARM_DESC(msr, "Force using MSR to configure IDE function (Default: 0)"); 46 46 #else 47 + #undef rdmsr /* avoid accidental MSR usage on, e.g. x86-64 */ 48 + #undef wrmsr 47 49 #define rdmsr(x, y, z) do { } while (0) 48 50 #define wrmsr(x, y, z) do { } while (0) 49 51 #define use_msr 0