[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)
commitcb3592be272d83011051dc49f4326355c01f1e1f
tree4eb094ef4e2a2b2f5c18f5ca2c2efe06a81974a0
parentf5417612d787e6b619fd69616bbf95f1b895e900
[SERIAL] mark several serial tables const

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>
drivers/serial/8250.c
drivers/serial/8250_pci.c
drivers/serial/serial_core.c
drivers/serial/serial_cs.c