debug.h: merge both instances into ihk/debug.h
We do not need two debug.h files. Take Fujitsu's STATIC_ASSERT over BUILD_BUG_ON because it is more used Change-Id: If04c17fbb7406ab15fe86267fed8d6da460cec62 Fujitsu: POSTK_DEBUG_ARCH_DEP_9
This commit is contained in:
committed by
Dominique Martinet
parent
06e96005a6
commit
9ec0aeeab5
@@ -11,32 +11,16 @@
|
||||
* HISTORY:
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#include <ihk/cpu.h>
|
||||
#endif
|
||||
#include <ihk/debug.h>
|
||||
#include <ihk/lock.h>
|
||||
#if 0
|
||||
#include <ihk/mm.h>
|
||||
#include <ihk/types.h>
|
||||
#include <cls.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#include <kmalloc.h>
|
||||
#if 0
|
||||
#include <kmsg.h>
|
||||
#endif
|
||||
#include <memobj.h>
|
||||
#if 0
|
||||
#include <memory.h>
|
||||
#endif
|
||||
#include <page.h> /* for allocate_pages() */
|
||||
#include <pager.h>
|
||||
#include <string.h>
|
||||
#include <syscall.h>
|
||||
#include <process.h>
|
||||
#include <rusage_private.h>
|
||||
#include <debug.h>
|
||||
#include <ihk/debug.h>
|
||||
|
||||
//#define DEBUG_PRINT_DEVOBJ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user