It's now B_MAX_CPU_COUNT rather than SMP_MAX_CPUS.
Removed unused headers. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7608 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
#define _KERNEL_DEBUG_H
|
||||
|
||||
|
||||
#include <kernel.h>
|
||||
#include <arch/smp.h>
|
||||
#include <OS.h>
|
||||
|
||||
struct kernel_args;
|
||||
|
||||
@@ -19,7 +18,7 @@ struct kernel_args;
|
||||
# define ASSERT(x)
|
||||
#endif
|
||||
|
||||
extern int dbg_register_file[SMP_MAX_CPUS][14];
|
||||
extern int dbg_register_file[B_MAX_CPU_COUNT][14];
|
||||
/* XXXmpetit -- must be made generic */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user