diff options
Diffstat (limited to 'firmware/common/dircache.c')
-rw-r--r-- | firmware/common/dircache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c index b92d8fe974..8e9cffb73e 100644 --- a/firmware/common/dircache.c +++ b/firmware/common/dircache.c | |||
@@ -62,7 +62,7 @@ static unsigned long reserve_used = 0; | |||
62 | static unsigned int cache_build_ticks = 0; | 62 | static unsigned int cache_build_ticks = 0; |
63 | static char dircache_cur_path[MAX_PATH*2]; | 63 | static char dircache_cur_path[MAX_PATH*2]; |
64 | 64 | ||
65 | static struct event_queue dircache_queue NOCACHEBSS_ATTR; | 65 | static struct event_queue dircache_queue; |
66 | static long dircache_stack[(DEFAULT_STACK_SIZE + 0x900)/sizeof(long)]; | 66 | static long dircache_stack[(DEFAULT_STACK_SIZE + 0x900)/sizeof(long)]; |
67 | static const char dircache_thread_name[] = "dircache"; | 67 | static const char dircache_thread_name[] = "dircache"; |
68 | 68 | ||