RE: Change of Default kernel page size i.e 4KB

From: Daniel Taylor
Date: Wed Dec 01 2010 - 21:19:17 EST




> -----Original Message-----
> From: linux-kernel-owner@xxxxxxxxxxxxxxx
> [mailto:linux-kernel-owner@xxxxxxxxxxxxxxx] On Behalf Of naveen yadav
> Sent: Wednesday, December 01, 2010 8:53 AM
> To: linux-kernel@xxxxxxxxxxxxxxx
> Subject: Change of Default kernel page size i.e 4KB
>
> Hi all,
>
> I have few drivers and very big application running on ARM
> and MIPS target.
> I want to check the performance by changing the page size ie.
> 8K, 16K, 32K etc.
>
> Is it possile, If yes then what all care i need to take .
>
> thanks
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

For processor families that have Linux support for other-than-4K page
sizes, you can use menuconfig to change the page size in "Kernel Options".

This changes the configuration items: PPC_*_PAGES, SPARC64_PAGE_SIZE_*,
(MIPS) PAGE_SIZE_*, IA64_PAGE_SIZE_*.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/