]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/mmzone.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6
[linux-2.6-omap-h63xx.git] / include / asm-i386 / mmzone.h
index 620a90641ea81ea29842355eebad6778b29e992c..74f595d80579c275e103d0ac326b969e69561ab5 100644 (file)
@@ -76,11 +76,6 @@ static inline int pfn_to_nid(unsigned long pfn)
  * Following are macros that each numa implmentation must define.
  */
 
-/*
- * Given a kernel address, find the home node of the underlying memory.
- */
-#define kvaddr_to_nid(kaddr)   pfn_to_nid(__pa(kaddr) >> PAGE_SHIFT)
-
 #define node_start_pfn(nid)    (NODE_DATA(nid)->node_start_pfn)
 #define node_end_pfn(nid)                                              \
 ({                                                                     \