2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-22 04:24:02 +08:00
linux-next/drivers/staging/zcache
Konrad Rzeszutek Wilk 7791c623b3 staging: zcache/debug: compiler failure on PPC64 and revert commit.
On PPC64 we get this:
In file included from drivers/staging/zcache/debug.c:2:
drivers/staging/zcache/debug.h: In function 'dec_zcache_obj_count':
drivers/staging/zcache/debug.h:16: error: implicit declaration of function 'BUG_ON'

This simple patch adds the appropiate header file to finish
the compile and reverts
"staging: zcache: disable ZCACHE_DEBUG due to build error"
(5db5a20a50)

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-08 07:17:30 +08:00
..
ramster ramster: Fix compile warnings due to usage of debugfs_create_size_t 2013-02-15 10:16:11 -08:00
debug.c zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG 2013-03-05 16:43:10 +08:00
debug.h staging: zcache/debug: compiler failure on PPC64 and revert commit. 2013-03-08 07:17:30 +08:00
Kconfig staging: zcache/debug: compiler failure on PPC64 and revert commit. 2013-03-08 07:17:30 +08:00
Makefile zcache: Move debugfs code out of zcache-main.c file. 2013-03-05 16:43:09 +08:00
ramster.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
tmem.c staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
tmem.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
TODO staging: zcache: add TODO file 2013-02-13 10:22:12 -08:00
zbud.c mm: rename page struct field helpers 2013-02-23 17:50:18 -08:00
zbud.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
zcache-main.c zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG 2013-03-05 16:43:10 +08:00
zcache.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00