commit | f34b439f34c49d7de858234bab5e2dd03cfaf3c1 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Feb 15 22:17:57 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Feb 18 20:54:14 2008 +0100 |
tree | 9707b181f13361b86285524e009522aa43f47fea | |
parent | af96e4438a4b34a257f5318a296e0b9e182e7ab9 [diff] |
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>