diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-01-16 12:38:05 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-02-20 18:33:18 +0100 |
commit | 35d1a455b987e6a3768370f05eeced8908e77bcc (patch) | |
tree | 4acef4669fbba95f51f4dff97d318a2720605921 | |
parent | dfe981ffb987f8702c91d652921f3d1cf9e9b85e (diff) | |
download | op-kernel-dev-35d1a455b987e6a3768370f05eeced8908e77bcc.zip op-kernel-dev-35d1a455b987e6a3768370f05eeced8908e77bcc.tar.gz |
MIPS: Remove temporary kludge from <asm/page.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/page.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/include/asm/page.h b/arch/mips/include/asm/page.h index d417909..da9bd7d 100644 --- a/arch/mips/include/asm/page.h +++ b/arch/mips/include/asm/page.h @@ -39,9 +39,6 @@ #define HPAGE_MASK (~(HPAGE_SIZE - 1)) #define HUGETLB_PAGE_ORDER (HPAGE_SHIFT - PAGE_SHIFT) #else /* !CONFIG_HUGETLB_PAGE */ -# ifndef BUILD_BUG -# define BUILD_BUG() do { extern void __build_bug(void); __build_bug(); } while (0) -# endif #define HPAGE_SHIFT ({BUILD_BUG(); 0; }) #define HPAGE_SIZE ({BUILD_BUG(); 0; }) #define HPAGE_MASK ({BUILD_BUG(); 0; }) |