]> bbs.cooldavid.org Git - net-next-2.6.git/commit
powerpc: Make powerpc_firmware_features __read_mostly
authorAnton Blanchard <anton@samba.org>
Sun, 7 Feb 2010 13:07:36 +0000 (13:07 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 9 Feb 2010 02:56:07 +0000 (13:56 +1100)
commit0b9612c210f6bf6efb32ab84b8f34018eaacb08d
treed7023e6c4ef872292e2187df37acd9cb7113465a
parenta13672fb30b46eaf9fa50357e1e863de00631401
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>
arch/powerpc/kernel/firmware.c