Set max cpu count to 1 for ARM. Anyone knows a real SMP platform using it ?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -402,6 +402,8 @@ extern void ktrace_vprintf(const char *format, va_list args);
|
|||||||
# define B_MAX_CPU_COUNT 8
|
# define B_MAX_CPU_COUNT 8
|
||||||
#elif __M68K__
|
#elif __M68K__
|
||||||
# define B_MAX_CPU_COUNT 1
|
# define B_MAX_CPU_COUNT 1
|
||||||
|
#elif __ARM__
|
||||||
|
# define B_MAX_CPU_COUNT 1
|
||||||
#else
|
#else
|
||||||
# warning Unknown cpu
|
# warning Unknown cpu
|
||||||
# define B_MAX_CPU_COUNT 1
|
# define B_MAX_CPU_COUNT 1
|
||||||
|
|||||||
Reference in New Issue
Block a user