]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc978d613cad26c383b55817aecf1b14b8389ac54
tree92acaaa55da1170bf738e0afdb53ce36c984d84e
parent119ed24ccac6c8cd14a4ac3985863459d91a23b7
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