[PATCH] mark several libata datastructures const
authorArjan van de Ven <arjan@infradead.org>
Mon, 28 Nov 2005 09:06:23 +0000 (10:06 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 1 Dec 2005 07:29:35 +0000 (02:29 -0500)
commit98ac62defe529d04a192688f40d801a2d8fbcf98
treef37be3b98a245f83d6c2ed37938377ed0b1bcae6
parent6946d28a9f47f50fe3dd916e8b4229de9769108e
[PATCH] mark several libata datastructures const

Hi,

the patch below marks several libata (and libata-driver) structures
const so that they end up in the .rodata segment and don't false-share
cachelines with things that get dirtied often.

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/ahci.c
drivers/scsi/libata-core.c
drivers/scsi/libata-scsi.c
drivers/scsi/sata_mv.c
drivers/scsi/sata_promise.c
drivers/scsi/sata_qstor.c
drivers/scsi/sata_sil.c
drivers/scsi/sata_sx4.c