2 * This is dummy routine, it needs to be here until transition to
3 * unified CPUContext is complete. Without it exceptions on hosted
7 #include <aros/symbolsets.h>
8 #include <exec/types.h>
10 #include "kernel_base.h"
12 static int cpu_Init(struct KernelBase
*KernelBase
)
14 KernelBase
->kb_ContextSize
= sizeof(struct AROSCPUContext
);
19 ADD2INITLIB(cpu_Init
, 5);