3a4
> * Copyright (c) 2018 TU Dresden
43a45
> * Robert Scheffel
119a122
> tc->activate();
186,190c189,192
< inline void
< initCPU(ThreadContext *, int cpuId)
< {
< panic("initCPU not implemented for Riscv.\n");
< }
---
> /**
> * init Cpu function
> */
> void initCPU(ThreadContext *tc, int cpuId);