Commit f208cebd authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] export pfn_to_nid to modules

Patch from Patricia Gaughen <gone@us.ibm.com>

This function was recently uninlined for NUMAQ.  But it used to be a macro,
and modules need it.
parent 6bb99d2b
......@@ -68,6 +68,9 @@ 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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment