fixup! Set the TLS address in the scheduler

This commit is contained in:
Subv 2015-05-10 18:43:59 -05:00
parent 000876858d
commit 115ad8e16a
6 changed files with 10 additions and 11 deletions

View file

@ -21,8 +21,6 @@ struct ThreadContext {
u32 fpu_registers[32];
u32 fpscr;
u32 fpexc;
u32 tls;
};
extern ARM_Interface* g_app_core; ///< ARM11 application core