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)
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>

No differences found