mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix undefined symbols for nommu architecture --improved version
@ 2006-02-20  6:33 Luke Yang
  2006-02-20  6:39 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Luke Yang @ 2006-02-20  6:33 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Hi,

 This is the improved version of my last email patch.  Thanks for
Andrew's advice. The "randomize_va_space" is defined as a macro
instead of an variable. I saw the previous patch is accepted, is it OK
to resend a modified patch?

 To add or export some undefined symbols in nommu
architectures (mm/nommu.c).  Based on latest mm-tree.

Signed-off-by: Luke Yang <luke.adi@gmail.com>

Index: git/linux-2.6/mm/nommu.c
===================================================================
--- git.orig/linux-2.6/mm/nommu.c       2006-02-17 17:40:34.000000000 +0800
+++ git/linux-2.6/mm/nommu.c    2006-02-20 12:09:32.000000000 +0800
@@ -57,7 +57,10 @@
 EXPORT_SYMBOL(vfree);
 EXPORT_SYMBOL(vmalloc_to_page);
 EXPORT_SYMBOL(vmalloc_32);
+EXPORT_SYMBOL(vmap);
+EXPORT_SYMBOL(vunmap);

+#define randomize_va_space 0
 /*
 * Handle all mappings that got truncated by a "truncate()"
 * system call.
--
Best regards,
Luke Yang
magic.yyang@gmail.com; luke.adi@gmail.com

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

end of thread, other threads:[~2006-02-20 10:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-20  6:33 [PATCH] Fix undefined symbols for nommu architecture --improved version Luke Yang
2006-02-20  6:39 ` Andrew Morton
2006-02-20  7:40   ` Luke Yang
2006-02-20 10:35   ` David Howells

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

all inboxes | Powered by JetHome®