From: Christoph Hellwig <hch@lst.de>
To: jejb@steeleye.com
Cc: linux-scsi@vger.kernel.org
Subject: [PATCH] fix dpt_i2o compilation for alpha and sparc
Date: Sun, 30 May 2004 10:08:49 +0200 [thread overview]
Message-ID: <20040530080849.GA30611@lst.de> (raw)
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
reply other threads:[~2004-05-30 8:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040530080849.GA30611@lst.de \
--to=hch@lst.de \
--cc=jejb@steeleye.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox