aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ipr.h
diff options
context:
space:
mode:
authorWayne Boyer <wayneb@linux.vnet.ibm.com>2010-06-24 17:00:59 -0700
committerJames Bottomley <James.Bottomley@suse.de>2010-07-27 12:03:55 -0500
commit4289a08680d646dcc18e291cb437a292738e504f (patch)
tree415eb6a678fae760e3c094efedaa44abc82e7323 /drivers/scsi/ipr.h
parentb0f56d3d6becfb338a41615d6ce43d41547502c3 (diff)
[SCSI] ipr: change endian swap key to match hardware spec change
The value used to change the endian representation on the new adapters has changed. This patch updates that value. Signed-off-by: Wayne Boyer <wayneb@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r--drivers/scsi/ipr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h
index d2ee20dcd88..4d31625ab9c 100644
--- a/drivers/scsi/ipr.h
+++ b/drivers/scsi/ipr.h
@@ -1257,7 +1257,7 @@ struct ipr_interrupt_offsets {
unsigned long dump_addr_reg;
unsigned long dump_data_reg;
-#define IPR_ENDIAN_SWAP_KEY 0x000C0C00
+#define IPR_ENDIAN_SWAP_KEY 0x00080800
unsigned long endian_swap_reg;
};