2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
9 * CPU-specific definitions.
11 * Architectures with the same CPU will likely share single kernel_cpu.h
12 * in arch/$(CPU)-all/kernel/kernel_cpu.h
14 * As you can see, this file is just a sample.
20 /* Number of exceptions supported by the CPU. Needed by kernel_base.h */
21 #define EXCEPTIONS_COUNT 1
23 /* CPU context stored in task's et_RegFrame. Just a dummy sample definition. */
29 typedef struct AROSCPUContext regs_t
;
31 /* User/supervisor mode switching */
32 #define cpumode_t __unused char
38 /* A command to issue a syscall */
39 #define krnSysCall(num)