mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
powerpc: Make powerpc_firmware_features __read_mostly
We use firmware_has_feature quite a lot these days, so it's worth putting powerpc_firmware_features into __read_mostly. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
a13672fb30
commit
0b9612c210
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
||||||
|
|
||||||
#include <asm/firmware.h>
|
#include <asm/firmware.h>
|
||||||
|
|
||||||
unsigned long powerpc_firmware_features;
|
unsigned long powerpc_firmware_features __read_mostly;
|
||||||
EXPORT_SYMBOL_GPL(powerpc_firmware_features);
|
EXPORT_SYMBOL_GPL(powerpc_firmware_features);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue