From: Stefan Richter Date: Sun, 21 Feb 2010 16:57:32 +0000 (+0100) Subject: firewire: ohci: reorder struct fw_ohci for better cache efficiency X-Git-Tag: v2.6.34-rc1~219^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb1cf9c446ad7e8248160fe6797cd9bed817f24;p=pandora-kernel.git firewire: ohci: reorder struct fw_ohci for better cache efficiency The config_rom struct members are only accessed during relatively infrequent self-ID-complete interrupts and only if the local config ROM was changed, while the ar_, at_, ir_, it_ members are used very frequently during I/O. Hence move the config_rom members further down. More importantly, make the huge self_id_buffer member the last one; this is only accessed in self-ID-complete interrupts. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed