commit | 8e31c2ac1101b09ad6c6d3539b032d312cc3302b | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Feb 11 10:50:21 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 19 16:18:29 2008 +0100 |
tree | 92acaaa55da1170bf738e0afdb53ce36c984d84e | |
parent | aa65af3f92da39a686c8a3479426d15854fa27ab [diff] |
x86: CPA: remove BUG_ON for LRU/Compound pages New implementation does not use lru for anything so there is no need to reject pages that are in the LRU. Similar for compound pages (which were checked because they also use page->lru) [ tglx@linutronix.de: removed unused variable ] Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>