From: Zwane Mwaikambo <zwane@linuxpower.ca>
To: Alexander Hoogerhuis <alexh@ihatent.com>
Cc: William Lee Irwin III <wli@holomorphy.com>,
Dave Jones <davej@codemonkey.org.uk>,
Andrew Morton <akpm@digeo.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [OOPS] 2.5.69-mm6
Date: Mon, 19 May 2003 04:53:15 -0400 (EDT) [thread overview]
Message-ID: <Pine.LNX.4.50.0305190452460.28750-100000@montezuma.mastecende.com> (raw)
In-Reply-To: <873cjbjp0b.fsf@lapper.ihatent.com>
Could you try with this patch and modular too?
? linux-2.5-devel/drivers/char/agp/.amd-k7-agp.c.swp
Index: linux-2.5-devel/drivers/char/agp/ali-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/ali-agp.c,v
retrieving revision 1.12
diff -u -p -B -r1.12 ali-agp.c
--- linux-2.5-devel/drivers/char/agp/ali-agp.c 11 May 2003 18:53:08 -0000 1.12
+++ linux-2.5-devel/drivers/char/agp/ali-agp.c 19 May 2003 07:58:39 -0000
@@ -391,7 +391,7 @@ static struct pci_device_id agp_ali_pci_
MODULE_DEVICE_TABLE(pci, agp_ali_pci_table);
-static struct __initdata pci_driver agp_ali_pci_driver = {
+static struct pci_driver agp_ali_pci_driver = {
.name = "agpgart-ali",
.id_table = agp_ali_pci_table,
.probe = agp_ali_probe,
Index: linux-2.5-devel/drivers/char/agp/amd-k7-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/amd-k7-agp.c,v
retrieving revision 1.11
diff -u -p -B -r1.11 amd-k7-agp.c
--- linux-2.5-devel/drivers/char/agp/amd-k7-agp.c 11 May 2003 18:53:08 -0000 1.11
+++ linux-2.5-devel/drivers/char/agp/amd-k7-agp.c 19 May 2003 07:58:40 -0000
@@ -469,7 +469,7 @@ static struct pci_device_id agp_amdk7_pc
MODULE_DEVICE_TABLE(pci, agp_amdk7_pci_table);
-static struct __initdata pci_driver agp_amdk7_pci_driver = {
+static struct pci_driver agp_amdk7_pci_driver = {
.name = "agpgart-amdk7",
.id_table = agp_amdk7_pci_table,
.probe = agp_amdk7_probe,
Index: linux-2.5-devel/drivers/char/agp/amd-k8-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/amd-k8-agp.c,v
retrieving revision 1.16
diff -u -p -B -r1.16 amd-k8-agp.c
--- linux-2.5-devel/drivers/char/agp/amd-k8-agp.c 14 May 2003 01:31:52 -0000 1.16
+++ linux-2.5-devel/drivers/char/agp/amd-k8-agp.c 19 May 2003 07:58:40 -0000
@@ -343,7 +343,7 @@ static struct pci_device_id agp_amdk8_pc
MODULE_DEVICE_TABLE(pci, agp_amdk8_pci_table);
-static struct __initdata pci_driver agp_amdk8_pci_driver = {
+static struct pci_driver agp_amdk8_pci_driver = {
.name = "agpgart-amd-k8",
.id_table = agp_amdk8_pci_table,
.probe = agp_amdk8_probe,
Index: linux-2.5-devel/drivers/char/agp/hp-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/hp-agp.c,v
retrieving revision 1.12
diff -u -p -B -r1.12 hp-agp.c
--- linux-2.5-devel/drivers/char/agp/hp-agp.c 11 May 2003 18:53:08 -0000 1.12
+++ linux-2.5-devel/drivers/char/agp/hp-agp.c 19 May 2003 07:58:40 -0000
@@ -400,7 +400,7 @@ static struct pci_device_id agp_hp_pci_t
MODULE_DEVICE_TABLE(pci, agp_hp_pci_table);
-static struct __initdata pci_driver agp_hp_pci_driver = {
+static struct pci_driver agp_hp_pci_driver = {
.name = "agpgart-hp",
.id_table = agp_hp_pci_table,
.probe = agp_hp_probe,
Index: linux-2.5-devel/drivers/char/agp/i460-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/i460-agp.c,v
retrieving revision 1.12
diff -u -p -B -r1.12 i460-agp.c
--- linux-2.5-devel/drivers/char/agp/i460-agp.c 11 May 2003 18:53:08 -0000 1.12
+++ linux-2.5-devel/drivers/char/agp/i460-agp.c 19 May 2003 07:58:40 -0000
@@ -600,7 +600,7 @@ static struct pci_device_id agp_intel_i4
MODULE_DEVICE_TABLE(pci, agp_intel_i460_pci_table);
-static struct __initdata pci_driver agp_intel_i460_pci_driver = {
+static struct pci_driver agp_intel_i460_pci_driver = {
.name = "agpgart-intel-i460",
.id_table = agp_intel_i460_pci_table,
.probe = agp_intel_i460_probe,
Index: linux-2.5-devel/drivers/char/agp/intel-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/intel-agp.c,v
retrieving revision 1.16
diff -u -p -B -r1.16 intel-agp.c
--- linux-2.5-devel/drivers/char/agp/intel-agp.c 13 May 2003 18:45:44 -0000 1.16
+++ linux-2.5-devel/drivers/char/agp/intel-agp.c 19 May 2003 07:58:41 -0000
@@ -1450,7 +1450,7 @@ static struct pci_device_id agp_intel_pc
MODULE_DEVICE_TABLE(pci, agp_intel_pci_table);
-static struct __initdata pci_driver agp_intel_pci_driver = {
+static struct pci_driver agp_intel_pci_driver = {
.name = "agpgart-intel",
.id_table = agp_intel_pci_table,
.probe = agp_intel_probe,
Index: linux-2.5-devel/drivers/char/agp/nvidia-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/nvidia-agp.c,v
retrieving revision 1.2
diff -u -p -B -r1.2 nvidia-agp.c
--- linux-2.5-devel/drivers/char/agp/nvidia-agp.c 11 May 2003 18:53:08 -0000 1.2
+++ linux-2.5-devel/drivers/char/agp/nvidia-agp.c 19 May 2003 07:58:41 -0000
@@ -354,7 +354,7 @@ static struct pci_device_id agp_nvidia_p
MODULE_DEVICE_TABLE(pci, agp_nvidia_pci_table);
-static struct __initdata pci_driver agp_nvidia_pci_driver = {
+static struct pci_driver agp_nvidia_pci_driver = {
.name = "agpgart-nvidia",
.id_table = agp_nvidia_pci_table,
.probe = agp_nvidia_probe,
Index: linux-2.5-devel/drivers/char/agp/sis-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/sis-agp.c,v
retrieving revision 1.12
diff -u -p -B -r1.12 sis-agp.c
--- linux-2.5-devel/drivers/char/agp/sis-agp.c 11 May 2003 18:53:08 -0000 1.12
+++ linux-2.5-devel/drivers/char/agp/sis-agp.c 19 May 2003 07:58:41 -0000
@@ -240,7 +240,7 @@ static struct pci_device_id agp_sis_pci_
MODULE_DEVICE_TABLE(pci, agp_sis_pci_table);
-static struct __initdata pci_driver agp_sis_pci_driver = {
+static struct pci_driver agp_sis_pci_driver = {
.name = "agpgart-sis",
.id_table = agp_sis_pci_table,
.probe = agp_sis_probe,
Index: linux-2.5-devel/drivers/char/agp/sworks-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/sworks-agp.c,v
retrieving revision 1.13
diff -u -p -B -r1.13 sworks-agp.c
--- linux-2.5-devel/drivers/char/agp/sworks-agp.c 11 May 2003 18:53:08 -0000 1.13
+++ linux-2.5-devel/drivers/char/agp/sworks-agp.c 19 May 2003 07:58:41 -0000
@@ -532,7 +532,7 @@ static struct pci_device_id agp_serverwo
MODULE_DEVICE_TABLE(pci, agp_serverworks_pci_table);
-static struct __initdata pci_driver agp_serverworks_pci_driver = {
+static struct pci_driver agp_serverworks_pci_driver = {
.name = "agpgart-serverworks",
.id_table = agp_serverworks_pci_table,
.probe = agp_serverworks_probe,
Index: linux-2.5-devel/drivers/char/agp/via-agp.c
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/char/agp/via-agp.c,v
retrieving revision 1.16
diff -u -p -B -r1.16 via-agp.c
--- linux-2.5-devel/drivers/char/agp/via-agp.c 11 May 2003 18:53:08 -0000 1.16
+++ linux-2.5-devel/drivers/char/agp/via-agp.c 19 May 2003 07:58:41 -0000
@@ -466,7 +466,7 @@ static struct pci_device_id agp_via_pci_
MODULE_DEVICE_TABLE(pci, agp_via_pci_table);
-static struct __initdata pci_driver agp_via_pci_driver = {
+static struct pci_driver agp_via_pci_driver = {
.name = "agpgart-via",
.id_table = agp_via_pci_table,
.probe = agp_via_probe,
--
function.linuxpower.ca
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2003-05-19 8:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-16 8:54 2.5.69-mm6 Andrew Morton
2003-05-16 11:26 ` [OOPS] 2.5.69-mm6 Alexander Hoogerhuis
2003-05-16 18:08 ` William Lee Irwin III
2003-05-16 18:56 ` Dave Jones
2003-05-16 19:17 ` William Lee Irwin III
2003-05-17 3:23 ` Zwane Mwaikambo
2003-05-17 14:16 ` Zwane Mwaikambo
2003-05-18 13:01 ` Alexander Hoogerhuis
2003-05-19 8:23 ` Alexander Hoogerhuis
2003-05-19 8:36 ` Zwane Mwaikambo
2003-05-19 8:45 ` Zwane Mwaikambo
2003-05-19 8:53 ` Alexander Hoogerhuis
2003-05-19 8:53 ` Zwane Mwaikambo [this message]
2003-05-19 9:23 ` Alexander Hoogerhuis
2003-05-19 10:18 ` Alexander Hoogerhuis
2003-05-19 11:03 ` Zwane Mwaikambo
2003-05-18 12:59 ` Alexander Hoogerhuis
2003-05-18 12:57 ` Alexander Hoogerhuis
2003-05-16 17:28 ` 2.5.69-mm6 Andreas Henriksson
2003-05-16 17:55 ` 2.5.69-mm6 Dave Jones
2003-05-16 18:10 ` 2.5.69-mm6 Andreas Henriksson
2003-05-16 18:30 ` 2.5.69-mm6 Dave Jones
2003-05-16 19:02 ` 2.5.69-mm6 Andreas Henriksson
2003-05-16 19:25 ` 2.5.69-mm6 Dave Jones
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=Pine.LNX.4.50.0305190452460.28750-100000@montezuma.mastecende.com \
--to=zwane@linuxpower.ca \
--cc=akpm@digeo.com \
--cc=alexh@ihatent.com \
--cc=davej@codemonkey.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=wli@holomorphy.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