Skip to content

Commit

Permalink
[PATCH] make ACPI errata __read_mostly
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andreas Mohr authored and Linus Torvalds committed Jun 23, 2006
1 parent 7b0c2d9 commit 9f22271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f22271

Please sign in to comment.