public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] __VMALLOC_RESERVE export
@ 2004-09-27 17:03 Antony Suter
  2004-09-27 17:12 ` Christoph Hellwig
  2004-09-27 19:53 ` Tonnerre
  0 siblings, 2 replies; 7+ messages in thread
From: Antony Suter @ 2004-09-27 17:03 UTC (permalink / raw)
  To: List LKML; +Cc: torvalds

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

__VMALLOC_RESERVE itself is not exported but is used by something that
is. This patch is against 2.6.9-rc2-bk11

This is required by the nvidia binary driver 1.0.6111

(2 long lines are being wrapped by my emailer)

####

diff -u -pruaN linux-orig/arch/i386/mm/init.c
linux-new/arch/i386/mm/init.c
--- linux-orig/arch/i386/mm/init.c	2004-09-26 03:43:57.944613000 +1000
+++ linux-new/arch/i386/mm/init.c	2004-09-28 02:37:21.787922000 +1000
@@ -41,6 +41,7 @@
 #include <asm/sections.h>
 
 unsigned int __VMALLOC_RESERVE = 128 << 20;
+EXPORT_SYMBOL(__VMALLOC_RESERVE);
 
 DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
 unsigned long highstart_pfn, highend_pfn;

-- 
- Antony Suter  (suterant users sourceforge net)  "Bonta"
- "Facts do not cease to exist because they are ignored." - Aldous Huxley

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-09-27 20:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 17:03 [PATCH] __VMALLOC_RESERVE export Antony Suter
2004-09-27 17:12 ` Christoph Hellwig
2004-09-27 18:26   ` Antony Suter
2004-09-27 18:43     ` Christoph Hellwig
2004-09-27 19:55   ` Tonnerre
2004-09-27 20:15     ` Christoph Hellwig
2004-09-27 19:53 ` Tonnerre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox