forked from Minki/linux
[PATCH] make ACPI errata __read_mostly
Signed-off-by: Andreas Mohr <andi@lisas.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
7b0c2d9218
commit
9f22271898
@ -110,7 +110,7 @@ static struct file_operations acpi_processor_info_fops = {
|
||||
};
|
||||
|
||||
struct acpi_processor *processors[NR_CPUS];
|
||||
struct acpi_processor_errata errata;
|
||||
struct acpi_processor_errata errata __read_mostly;
|
||||
|
||||
/* --------------------------------------------------------------------------
|
||||
Errata Handling
|
||||
|
Loading…
Reference in New Issue
Block a user