From: Jan Beulich Date: Thu, 12 Mar 2009 12:09:57 +0000 (+0000) Subject: x86: move a few device initialization objects into .devinit.rodata X-Git-Tag: v2.6.30-rc1~211^2~21^2~1^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=821508d4ef7920283b960057903505fed609fd16;p=pandora-kernel.git x86: move a few device initialization objects into .devinit.rodata Impact: debuggability and micro-optimization Putting whatever is possible into the (final) .rodata section increases the likelihood of catching memory corruption bugs early, and reduces false cache line sharing. Signed-off-by: Jan Beulich LKML-Reference: <49B909A5.76E4.0078.0@novell.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed