linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] revert pfn_to_nid change.
@ 2003-03-07  7:13 Martin J. Bligh
  0 siblings, 0 replies; only message in thread
From: Martin J. Bligh @ 2003-03-07  7:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Andrew Morton

This change was wrong. pfn_to_nid is a macro.
Please apply the following patch to revert it.

diff -urpN -X /home/fletch/.diff.exclude pfn_to_nid_backwards/arch/i386/kernel/i386_ksyms.c virgin/arch/i386/kernel/i386_ksyms.c
--- pfn_to_nid_backwards/arch/i386/kernel/i386_ksyms.c	Thu Mar  6 23:12:10 2003
+++ virgin/arch/i386/kernel/i386_ksyms.c	Wed Mar  5 07:36:57 2003
@@ -68,9 +68,6 @@ EXPORT_SYMBOL(EISA_bus);
 EXPORT_SYMBOL(MCA_bus);
 #ifdef CONFIG_DISCONTIGMEM
 EXPORT_SYMBOL(node_data);
-#ifdef CONFIG_X86_NUMAQ
-EXPORT_SYMBOL(pfn_to_nid);
-#endif
 #endif
 #ifdef CONFIG_X86_NUMAQ
 EXPORT_SYMBOL(xquad_portio);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-07  7:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-07  7:13 [PATCH] revert pfn_to_nid change Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).