From 7a5036732266d682bc692bc5e35840fae2d9f16e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 21 Dec 2002 02:02:04 -0800 Subject: [PATCH] remove unused macro MAP_ALIGN() Patch from Christoph Hellwig remove unused macro MAP_ALIGN() --- include/linux/mmzone.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/linux') diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 30b38f9efce4..14ce2049de71 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -325,11 +325,6 @@ static inline unsigned int num_online_memblks(void) #define num_online_memblks() 1 #endif /* CONFIG_DISCONTIGMEM || CONFIG_NUMA */ - - -#define MAP_ALIGN(x) ((((x) % sizeof(struct page)) == 0) ? (x) : ((x) + \ - sizeof(struct page) - ((x) % sizeof(struct page)))) - #endif /* !__ASSEMBLY__ */ #endif /* __KERNEL__ */ #endif /* _LINUX_MMZONE_H */ -- cgit v1.2.3