git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa65af3
)
x86: CPA: remove BUG_ON for LRU/Compound pages
author
Andi Kleen
<ak@suse.de>
Mon, 11 Feb 2008 09:50:21 +0000
(10:50 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 19 Feb 2008 15:18:29 +0000
(16:18 +0100)
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
patch
|
blob
|
history
diff --cc
arch/x86/mm/pageattr.c
Simple merge