summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mmzone_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mmzone_64.h')
-rw-r--r--arch/x86/include/asm/mmzone_64.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/mmzone_64.h b/arch/x86/include/asm/mmzone_64.h
index b3f88d7867c7..129d9aa3ceb3 100644
--- a/arch/x86/include/asm/mmzone_64.h
+++ b/arch/x86/include/asm/mmzone_64.h
@@ -13,8 +13,5 @@ extern struct pglist_data *node_data[];
#define NODE_DATA(nid) (node_data[nid])
-#define node_start_pfn(nid) (NODE_DATA(nid)->node_start_pfn)
-#define node_end_pfn(nid) (NODE_DATA(nid)->node_start_pfn + \
- NODE_DATA(nid)->node_spanned_pages)
#endif
#endif /* _ASM_X86_MMZONE_64_H */