- No ARM architecture anymore

This commit is contained in:
Jan Stoess 2007-12-11 13:21:03 +01:00
parent 19a69a7109
commit 0333c48c94
1 changed files with 0 additions and 4 deletions

View File

@ -191,11 +191,7 @@ public:
/* utcb access functions */
utcb_t * get_utcb()
#ifdef CONFIG_ARCH_ARM
;
#else
const { return this->utcb; }
#endif
public:
void set_scheduler(const threadid_t tid);