commit | 1aaf74e919be54be0023c3124923fb537c7fb772 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:34:05 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:05 2008 +0100 |
tree | 7e84ffdb346a4b1f8efa240570549e3bf74bb2a8 | |
parent | a40343497e8983cdf07fde99c9081ee62b96f745 [diff] |
x86: fix ioremap pgprot inconsistency The pgprot flags which are handed into ioremap_page_range() are different to those which are set in change_page_attr(). The ioremap_page_range flags are executable, while the c_p_a flags are not. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>