Misc changes to get a clean build after all of the syslog changes. There are probably other things still broken

This commit is contained in:
Gregory Nutt 2014-10-08 16:23:48 -06:00
parent db9901e2f9
commit f6004ff6eb

View file

@ -210,13 +210,8 @@ extern const uint32_t g_idle_topstack;
/* Address of the saved user stack pointer */
#if CONFIG_ARCH_INTERRUPTSTACK > 3
#if defined(CONFIG_ARCH_CORTEXM0) || defined(CONFIG_ARCH_CORTEXM3) || \
defined(CONFIG_ARCH_CORTEXM4)
extern uint32_t g_intstackalloc; /* Allocated stack base */
extern uint32_t g_intstackbase; /* Initial top of interrupt stack */
# else
extern uint32_t g_intstackbase;
# endif
#endif
/* These 'addresses' of these values are setup by the linker script. They are