[SERIAL] mark several serial tables const
authorArjan van de Ven <arjan@infradead.org>
Mon, 28 Nov 2005 21:04:11 +0000 (21:04 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Nov 2005 21:04:11 +0000 (21:04 +0000)
This patch marks a few serial data structures const, moving them to
.rodata where they won't false-share cachelines with things that get
written to.

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found