From c54e17aedacf81812589615b1a36852ea9c4639d Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Fri, 6 Jan 2006 00:10:50 -0800 Subject: [PATCH] --- yaml --- r: 16309 b: refs/heads/master c: d5afa6dcf74c0efb60ce07c63d0a727be93c67c5 h: refs/heads/master i: 16307: 0a1aee2612aa06556fd2d5247a1d9d5c2b29f92d v: v3 --- [refs] | 2 +- trunk/include/linux/mmzone.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index ca1c76a068db..5bcb6250d8c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f3fd602aef96c2a490e3bfd669d06475aeba8d8 +refs/heads/master: d5afa6dcf74c0efb60ce07c63d0a727be93c67c5 diff --git a/trunk/include/linux/mmzone.h b/trunk/include/linux/mmzone.h index 3c49f786f90c..28f8496abcb9 100644 --- a/trunk/include/linux/mmzone.h +++ b/trunk/include/linux/mmzone.h @@ -596,11 +596,6 @@ static inline int pfn_valid(unsigned long pfn) #define pfn_to_nid early_pfn_to_nid #endif -#define pfn_to_pgdat(pfn) \ -({ \ - NODE_DATA(pfn_to_nid(pfn)); \ -}) - #define early_pfn_valid(pfn) pfn_valid(pfn) void sparse_init(void); #else