]> git.baikalelectronics.ru Git - kernel.git/commit
x86: CPA: avoid double checking of alias ranges
authorThomas Gleixner <tglx@linutronix.de>
Fri, 15 Feb 2008 21:17:57 +0000 (22:17 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 18 Feb 2008 19:54:14 +0000 (20:54 +0100)
commit296b0cc41016d3fdae15d47a9b7bbd3193efcf37
tree9707b181f13361b86285524e009522aa43f47fea
parentdce7fdfedd5cc8d6eff740ba4726743857d3b413
x86: CPA: avoid double checking of alias ranges

When the CPA code is called with an virtual address in the range of
the direct mapping or the high alias then we do not need to run
through the alias check for this range.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c