On Mon, Mar 30, 2009 at 12:06:51PM +0800, 林建安 wrote: > Hi all, > We are willing to use 16k page size to avoid cache alias problem. > The Linux version we use is 2.6.12. If we just upgrade mm system to > support 16k page size, what else problems will happen? > There is already one thing we know that applications of ELF format > applications should be transformed to be 16k alignment. > Another one, we think, highly suspected to be problematic is that many > drivers will be ok for 4k page size but fails for 16k. > That is because 4k page size had been seemed to be natural for a very > long long time. > Any other problem that shall happen for 16k page size? Most drivers are agnostic of the page size so no problems due to increased page size are to be expected. You will have to upgrade your kernel though. There were some important fixes for larger page size applied to later kernels. Ralf