]> git.baikalelectronics.ru Git - kernel.git/commit
USB: host: mark const variable tables as "const"
authorMing Lei <tom.leiming@gmail.com>
Sun, 8 Jun 2008 08:13:03 +0000 (16:13 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:29 +0000 (15:16 -0700)
commit00cf9b192bbedca4beec1fb27134030acc81f30c
tree6c59f5e558854c16077d128a5cbc731381073ceb
parent74405f18782ba98f4b1ed84fb5b94dd19aa0d794
USB: host: mark const variable tables as "const"

Mark the tables as const so that they end up in .rodata
section and don't cacheline share with things that get
written to.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/r8a66597-hcd.c