mirror of https://github.com/l4ka/pistachio.git
- No ARM architecture anymore
This commit is contained in:
parent
19a69a7109
commit
0333c48c94
|
@ -191,11 +191,7 @@ public:
|
||||||
|
|
||||||
/* utcb access functions */
|
/* utcb access functions */
|
||||||
utcb_t * get_utcb()
|
utcb_t * get_utcb()
|
||||||
#ifdef CONFIG_ARCH_ARM
|
|
||||||
;
|
|
||||||
#else
|
|
||||||
const { return this->utcb; }
|
const { return this->utcb; }
|
||||||
#endif
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void set_scheduler(const threadid_t tid);
|
void set_scheduler(const threadid_t tid);
|
||||||
|
|
Loading…
Reference in New Issue