From: Arjan van de Ven Date: Mon, 28 Nov 2005 09:06:23 +0000 (+0100) Subject: [PATCH] mark several libata datastructures const X-Git-Tag: v2.6.16-rc1~474^2~22^2~6^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ac62defe529d04a192688f40d801a2d8fbcf98;p=pandora-kernel.git [PATCH] mark several libata datastructures const Hi, the patch below marks several libata (and libata-driver) structures const so that they end up in the .rodata segment and don't false-share cachelines with things that get dirtied often. Signed-off-by: Arjan van de Ven Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed