aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-01-16 12:38:05 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-02-20 18:33:18 +0100
commit35d1a455b987e6a3768370f05eeced8908e77bcc (patch)
tree4acef4669fbba95f51f4dff97d318a2720605921 /arch/mips
parentMIPS: BMIPS: smp-bmips.c does not need to include version.h (diff)
downloadlinux-dev-35d1a455b987e6a3768370f05eeced8908e77bcc.tar.xz
linux-dev-35d1a455b987e6a3768370f05eeced8908e77bcc.zip
MIPS: Remove temporary kludge from <asm/page.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/include/asm/page.h b/arch/mips/include/asm/page.h
index d41790928c64..da9bd7d270d1 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; })