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

Commit 20082595 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.

parent 348dd600
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -200,6 +200,9 @@ void output_mm_defines(void)
	DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD);
	DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD);
	DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE);
	DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE);
	BLANK();
	BLANK();
	DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
	DEFINE(_PAGE_SIZE, PAGE_SIZE);
	BLANK();
}
}


#ifdef CONFIG_32BIT
#ifdef CONFIG_32BIT