From: Arjan van de Ven Date: Tue, 29 Nov 2005 08:43:42 +0000 (+0100) Subject: [PATCH] USB: mark various usb tables const X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4c9432a6c916729c7296c47fe93b053a73e20c;p=pandora-kernel.git [PATCH] USB: mark various usb tables const patch below marks various USB tables and variables as const so that they end up in .rodata section and don't cacheline share with things that get written to. For the non-array variables it also allows gcc to optimize more. Signed-off-by: Arjan van de Ven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed