commit | 63c1dcf4bc9a26b1d8baa9a8c7cc1b2e1e694011 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Feb 04 16:48:05 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 04 16:48:05 2008 +0100 |
tree | cc318108d71dc0fdf42525a8e93722de6b0b140c | |
parent | 626c2c9d065da0cbd9997e112501487958fde690 [diff] |
x86: CPA use the existing pfn in split as well When splitting large pages, we ge the pfn from the existing entry instead of calculating it ourself. This removes the last remaining range restriction of the cpa code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>