All of lore.kernel.org
 help / color / mirror / Atom feed
* + fix-modular-agpgart-ia64-allmodconfig.patch added to -mm tree
@ 2007-02-16  7:09 akpm
  0 siblings, 0 replies; 2+ messages in thread
From: akpm @ 2007-02-16  7:09 UTC (permalink / raw)
  To: mm-commits; +Cc: zwane, davej, kyle


The patch titled
     Fix modular AGPGART (ia64 allmodconfig)
has been added to the -mm tree.  Its filename is
     fix-modular-agpgart-ia64-allmodconfig.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Fix modular AGPGART (ia64 allmodconfig)
From: Zwane Mwaikambo <zwane@infradead.org>

My previous compat AGP patch broke modular AGPGART.

Test built on;

i386 CONFIG_AGP=y,m
x86_64 CONFIG_AGP=y
ia64 CONFIG_AGP=m

Signed-off-by: Zwane Mwaikambo <zwane@infradead.org>
Cc: Dave Jones <davej@codemonkey.org.uk>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/char/agp/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN drivers/char/agp/Makefile~fix-modular-agpgart-ia64-allmodconfig drivers/char/agp/Makefile
--- a/drivers/char/agp/Makefile~fix-modular-agpgart-ia64-allmodconfig
+++ a/drivers/char/agp/Makefile
@@ -1,7 +1,8 @@
 agpgart-y := backend.o frontend.o generic.o isoch.o
 
+agpgart-$(CONFIG_COMPAT)	+= compat_ioctl.o
+
 obj-$(CONFIG_AGP)		+= agpgart.o
-obj-$(CONFIG_COMPAT)		+= compat_ioctl.o
 obj-$(CONFIG_AGP_ALI)		+= ali-agp.o
 obj-$(CONFIG_AGP_ATI)		+= ati-agp.o
 obj-$(CONFIG_AGP_AMD)		+= amd-k7-agp.o
_

Patches currently in -mm which might be from zwane@infradead.org are

git-agpgart.patch
fix-modular-agpgart-ia64-allmodconfig.patch
fix-mtrr-compat-ioctl.patch
x86-dont-probe-for-ddc-on-vbe12.patch

^ permalink raw reply	[flat|nested] 2+ messages in thread

* + fix-modular-agpgart-ia64-allmodconfig.patch added to -mm tree
@ 2007-02-16  6:14 akpm
  0 siblings, 0 replies; 2+ messages in thread
From: akpm @ 2007-02-16  6:14 UTC (permalink / raw)
  To: mm-commits; +Cc: zwane


The patch titled
     Fix modular AGPGART (ia64 allmodconfig)
has been added to the -mm tree.  Its filename is
     fix-modular-agpgart-ia64-allmodconfig.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Fix modular AGPGART (ia64 allmodconfig)
From: Zwane Mwaikambo <zwane@infradead.org>

My previous compat AGP patch broke modular AGPGART.

Test built on;

i386 CONFIG_AGP=y,m
x86_64 CONFIG_AGP=y
ia64 CONFIG_AGP=m

Signed-off-by: Zwane Mwaikambo <zwane@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/char/agp/Makefile |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff -puN drivers/char/agp/Makefile~fix-modular-agpgart-ia64-allmodconfig drivers/char/agp/Makefile
--- a/drivers/char/agp/Makefile~fix-modular-agpgart-ia64-allmodconfig
+++ a/drivers/char/agp/Makefile
@@ -1,7 +1,10 @@
 agpgart-y := backend.o frontend.o generic.o isoch.o
 
+ifeq ($(CONFIG_COMPAT),y)
+agpgart-y			+= compat_ioctl.o
+endif
+
 obj-$(CONFIG_AGP)		+= agpgart.o
-obj-$(CONFIG_COMPAT)		+= compat_ioctl.o
 obj-$(CONFIG_AGP_ALI)		+= ali-agp.o
 obj-$(CONFIG_AGP_ATI)		+= ati-agp.o
 obj-$(CONFIG_AGP_AMD)		+= amd-k7-agp.o
_

Patches currently in -mm which might be from zwane@infradead.org are

git-agpgart.patch
fix-modular-agpgart-ia64-allmodconfig.patch
fix-mtrr-compat-ioctl.patch
x86-dont-probe-for-ddc-on-vbe12.patch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-16  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16  7:09 + fix-modular-agpgart-ia64-allmodconfig.patch added to -mm tree akpm
  -- strict thread matches above, loose matches on Subject: below --
2007-02-16  6:14 akpm

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.