* [PATCH] fix dpt_i2o compilation for alpha and sparc
@ 2004-05-30 8:08 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-05-30 8:08 UTC (permalink / raw)
To: jejb; +Cc: linux-scsi
This patch has been floating around for ages, got reminded of it again
when looking at the debian kernel package.
diff -urN kernel-source-2.6.6/drivers/scsi/dpt_i2o.c kernel-source-2.6.6-1/drivers/scsi/dpt_i2o.c
--- kernel-source-2.6.6/drivers/scsi/dpt_i2o.c 2004-05-10 19:47:58.000000000 +1000
+++ kernel-source-2.6.6-1/drivers/scsi/dpt_i2o.c 2004-05-10 22:21:38.000000000 +1000
@@ -82,9 +82,9 @@
#elif defined(__ia64__)
PROC_INTEL, PROC_IA64,
#elif defined(__sparc__)
- PROC_ULTRASPARC,
+ PROC_ULTRASPARC, PROC_ULTRASPARC,
#elif defined(__alpha__)
- PROC_ALPHA ,
+ PROC_ALPHA, PROC_ALPHA,
#else
(-1),(-1)
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-30 8:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-30 8:08 [PATCH] fix dpt_i2o compilation for alpha and sparc Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox