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
@ -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…
Reference in New Issue
Block a user