From: Vojtech Pavlik <vojtech@suse.cz>
To: torvalds@transmeta.com
Subject: [x86-64 patch 1/11] AIC7xxx endian include fix
Date: Thu, 13 Sep 2001 18:27:43 +0200 [thread overview]
Message-ID: <20010913182743.A2527@suse.cz> (raw)
Hi!
This is a bunch of patches to make most of the drivers in Linux kernel
compile on the AMD SledgeHammer (x86-64) platform. Most of them are not
x86-64 specific and are general fixes that are needed anyway.
All the patches are generated against x86-64 2.4.9 tree, but were tested
that they apply with some minor offsets to 2.4.10-pre8 as well.
This first patch is a fix for the AIC-7xxx driver to fix the #include it
uses for endianity stuff.
diff -urN linux-x86_64/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
--- linux-x86_64/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h Fri Jul 6 01:29:20 2001
+++ linux/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h Thu Sep 13 10:56:25 2001
@@ -35,7 +35,7 @@
*/
#if linux
-#include <endian.h>
+#include <asm/byteorder.h>
#else
#include <machine/endian.h>
#endif
--
Vojtech Pavlik
SuSE Labs
reply other threads:[~2001-09-13 16:47 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=20010913182743.A2527@suse.cz \
--to=vojtech@suse.cz \
--cc=torvalds@transmeta.com \
/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