x86: CPA: remove BUG_ON for LRU/Compound pages
authorAndi Kleen <ak@suse.de>
Mon, 11 Feb 2008 09:50:21 +0000 (10:50 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Feb 2008 15:18:29 +0000 (16:18 +0100)
commit8e31c2ac1101b09ad6c6d3539b032d312cc3302b
tree92acaaa55da1170bf738e0afdb53ce36c984d84e
parentaa65af3f92da39a686c8a3479426d15854fa27ab
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>
arch/x86/mm/pageattr.c