2010-11-03 07:54:38

by Marco Stornelli

[permalink] [raw]
Subject: Re: [PATCH] archs: add Kconfig symbol for set memory ro feature

2010/10/30 Marco Stornelli <[email protected]>:
> From: Marco Stornelli <[email protected]>
>
> This patch adds a new Kconfig symbol to recognize which arch implements a couple of functions set_memory_ro/set_memory_rw. These functions sets/unsets read-only flag at page table entry level. Until now only x86
> has got these functions. Next target will be arm and powerpc.
>
> Signed-off-by: Marco Stornelli <[email protected]>

Any comments?

Marco