linux/drivers/staging/zsmalloc
Joerg Roedel d95abbbb29 staging: zsmalloc: Fix link error on ARM
Testing the arm chromebook config against the upstream
kernel produces a linker error for the zsmalloc module from
staging. The symbol flush_tlb_kernel_range is not available
there. Fix this by removing the reimplementation of
unmap_kernel_range in the zsmalloc module and using the
function directly. The unmap_kernel_range function is not
usable by modules, so also disallow building the driver as a
module for now.

Cc: stable <stable@vger.kernel.org>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-28 16:08:54 -07:00
..
Kconfig staging: zsmalloc: Fix link error on ARM 2013-03-28 16:08:54 -07:00
Makefile
zsmalloc-main.c staging: zsmalloc: Fix link error on ARM 2013-03-28 16:08:54 -07:00
zsmalloc.h staging: zsmalloc: remove unused pool name 2013-01-30 18:22:41 +01:00