From: Alex Williamson <alex_williamson@hp.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] [PATCH] 2.5.67 GENERIC kernel fixes
Date: Mon, 14 Apr 2003 22:36:20 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590723705500@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
This fixes a couple problems with the generic target in the latest
2.5.67 kernel. First is simply a fix for the addition of readX in
the machvec. The second gets things to link in roughly the same order
when using a generic vs zx1 flavor. With the current code, sba_init()
is called in the right place when using a zx1 flavor kernel, but
happens way too early on a generic kernel. Thanks,
Alex
--
Alex Williamson HP Linux & Open Source Lab
[-- Attachment #2: machvec_fix.diff --]
[-- Type: text/plain, Size: 572 bytes --]
--- linux-2.5.67.clean/include/asm-ia64/machvec_init.h Mon Apr 14 14:13:06 2003
+++ linux-2.5.67/include/asm-ia64/machvec_init.h Mon Apr 14 15:20:59 2003
@@ -16,6 +16,10 @@
extern ia64_mv_outb_t __ia64_outb;
extern ia64_mv_outw_t __ia64_outw;
extern ia64_mv_outl_t __ia64_outl;
+extern ia64_mv_readb_t __ia64_readb;
+extern ia64_mv_readw_t __ia64_readw;
+extern ia64_mv_readl_t __ia64_readl;
+extern ia64_mv_readq_t __ia64_readq;
#define MACHVEC_HELPER(name) \
struct ia64_machine_vector machvec_##name __attribute__ ((unused, __section__ (".machvec"))) \
[-- Attachment #3: link_order.diff --]
[-- Type: text/plain, Size: 854 bytes --]
--- linux-2.5.67.clean/arch/ia64/Makefile Mon Apr 14 14:13:06 2003
+++ linux-2.5.67/arch/ia64/Makefile Mon Apr 14 16:06:07 2003
@@ -48,14 +48,14 @@
core-y += arch/ia64/kernel/ arch/ia64/mm/
core-$(CONFIG_IA32_SUPPORT) += arch/ia64/ia32/
core-$(CONFIG_IA64_DIG) += arch/ia64/dig/
-core-$(CONFIG_IA64_GENERIC) += arch/ia64/dig/ arch/ia64/hp/common/ arch/ia64/hp/zx1/ \
- arch/ia64/hp/sim/
+core-$(CONFIG_IA64_GENERIC) += arch/ia64/dig/
core-$(CONFIG_IA64_HP_ZX1) += arch/ia64/dig/
core-$(CONFIG_IA64_SGI_SN) += arch/ia64/sn/
drivers-$(CONFIG_PCI) += arch/ia64/pci/
drivers-$(CONFIG_IA64_HP_SIM) += arch/ia64/hp/sim/
drivers-$(CONFIG_IA64_HP_ZX1) += arch/ia64/hp/common/ arch/ia64/hp/zx1/
+drivers-$(CONFIG_IA64_GENERIC) += arch/ia64/hp/common/ arch/ia64/hp/zx1/ arch/ia64/hp/sim/
boot := arch/ia64/boot
tools := arch/ia64/tools
reply other threads:[~2003-04-14 22:36 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=marc-linux-ia64-105590723705500@msgid-missing \
--to=alex_williamson@hp.com \
--cc=linux-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.