page size change on MIPS
From: Kevin D. Kissell <hidden>
Date: 2011-01-24 19:13:14
Also in:
linux-mips
From: Kevin D. Kissell <hidden>
Date: 2011-01-24 19:13:14
Also in:
linux-mips
On 01/24/11 10:56, David Daney wrote:
On 01/24/2011 07:02 AM, naveen yadav wrote:quoted
Hi All, we are using mips32r2 so I want to know which all pages size it can support? When I modify arch/mips/Kconfig. it boot sucessfully on 16KB page size. but hang/not boot crash when change page size to 8KB,32KB and 64 KB.I don't think 8KB and 32KB work on most mips32r2 processors. You would have to check the processor manual to be sure.
In principle, one should be able to detect this at run-time, by writing a sequence of values into the PageMask register and seeing which masks 'stick'. /K.