Files
linux/drivers/staging
Joerg Roedel f887e3ab3e staging: zsmalloc: Fix link error on ARM
BugLink: http://bugs.launchpad.net/bugs/1178361

commit d95abbbb29 upstream.

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.

Signed-off-by: Joerg Roedel <joro@8bytes.org>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Steve Conklin <sconklin@canonical.com>
2013-05-30 16:29:19 -05:00
..
2012-07-06 16:08:57 -07:00
2012-11-21 15:05:02 -08:00
2012-10-22 15:42:38 -07:00
2012-11-21 15:05:01 -08:00
2012-09-16 17:17:25 -07:00