From: Andi Kleen Date: Mon, 11 Feb 2008 09:50:21 +0000 (+0100) Subject: x86: CPA: remove BUG_ON for LRU/Compound pages X-Git-Tag: v2.6.25-rc3~109^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e31c2ac1101b09ad6c6d3539b032d312cc3302b;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed