From: Linus Torvalds Date: Fri, 21 Sep 2007 19:09:41 +0000 (-0700) Subject: Revert "x86_64: Quicklist support for x86_64" X-Git-Tag: v2.6.23-rc8~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da8f153e51290e7438ba7da66234a864e5d3e1c1;p=pandora-kernel.git Revert "x86_64: Quicklist support for x86_64" This reverts commit 34feb2c83beb3bdf13535a36770f7e50b47ef299. Suresh Siddha points out that this one breaks the fundamental requirement that you cannot free page table pages before the TLB caches are flushed. The quicklists do not give the same kinds of guarantees that the mmu_gather structure does, at least not in NUMA configurations. Requested-by: Suresh Siddha Acked-by: Andi Kleen Cc: Andrew Morton Cc: Christoph Lameter Cc: Asit Mallick Cc: Tony Luck Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed