Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35d1a455 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Remove temporary kludge from <asm/page.h>

parent dfe981ff
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -39,9 +39,6 @@
#define HPAGE_MASK	(~(HPAGE_SIZE - 1))
#define HPAGE_MASK	(~(HPAGE_SIZE - 1))
#define HUGETLB_PAGE_ORDER	(HPAGE_SHIFT - PAGE_SHIFT)
#define HUGETLB_PAGE_ORDER	(HPAGE_SHIFT - PAGE_SHIFT)
#else /* !CONFIG_HUGETLB_PAGE */
#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_SHIFT	({BUILD_BUG(); 0; })
#define HPAGE_SIZE	({BUILD_BUG(); 0; })
#define HPAGE_SIZE	({BUILD_BUG(); 0; })
#define HPAGE_MASK	({BUILD_BUG(); 0; })
#define HPAGE_MASK	({BUILD_BUG(); 0; })