Merge branch 'linus' into x86/pat
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#ifdef CONFIG_X86_PAT
|
||||
int __read_mostly pat_wc_enabled = 1;
|
||||
|
||||
void __init pat_disable(char *reason)
|
||||
void __cpuinit pat_disable(char *reason)
|
||||
{
|
||||
pat_wc_enabled = 0;
|
||||
printk(KERN_INFO "%s\n", reason);
|
||||
|
Reference in New Issue
Block a user