From: Seth Jennings Date: Mon, 2 Jul 2012 21:15:49 +0000 (-0500) Subject: staging: zsmalloc: remove x86 dependency X-Git-Tag: v3.6-rc1~100^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f601902c61e6cda627ec71c10609021067ed0fa;p=pandora-kernel.git staging: zsmalloc: remove x86 dependency This patch replaces the page table assisted object mapping method, which has x86 dependencies, with a arch-independent method that does a simple copy into a temporary per-cpu buffer. While a copy seems like it would be worse than mapping the pages, tests demonstrate the copying is always faster and, in the case of running inside a KVM guest, roughly 4x faster. Signed-off-by: Seth Jennings Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed