Staking out some mipsel ground.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2009, Haiku Inc.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
#ifndef _ARCH_MIPSEL_DEBUGGER_H
|
||||||
|
#define _ARCH_MIPSEL_DEBUGGER_H
|
||||||
|
|
||||||
|
#warning MIPSEL: fixme
|
||||||
|
struct debug_cpu_state {
|
||||||
|
uint32 dummy;
|
||||||
|
} __attribute__((aligned(8)));
|
||||||
|
|
||||||
|
#endif // _ARCH_MIPSEL_DEBUGGER_H
|
||||||
@@ -402,6 +402,8 @@ extern void ktrace_vprintf(const char *format, va_list args);
|
|||||||
# define B_MAX_CPU_COUNT 1
|
# define B_MAX_CPU_COUNT 1
|
||||||
#elif __ARM__
|
#elif __ARM__
|
||||||
# define B_MAX_CPU_COUNT 1
|
# define B_MAX_CPU_COUNT 1
|
||||||
|
#elif __MIPSEL__
|
||||||
|
# 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
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
#include <arch/ppc/arch_debugger.h>
|
#include <arch/ppc/arch_debugger.h>
|
||||||
#elif __M68K__
|
#elif __M68K__
|
||||||
#include <arch/m68k/arch_debugger.h>
|
#include <arch/m68k/arch_debugger.h>
|
||||||
|
#elif __MIPSEL__
|
||||||
|
#include <arch/mipsel/arch_debugger.h>
|
||||||
#else
|
#else
|
||||||
#error you need to write a <arch/<cpu>/arch_debugger.h>
|
#error you need to write a <arch/<cpu>/arch_debugger.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user