]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-i386/mmzone.h
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
[karo-tx-linux.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)                                              \
 ({                                                                     \