From bb3ed3cda98dc59719f5ab48fafc542eaa0d29a0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 3 Jul 2005 15:09:11 +0000 Subject: Use the central IDATA_ATTR define. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6992 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps') diff --git a/apps/playback.c b/apps/playback.c index d5866121ba..edeaedb118 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -110,11 +110,7 @@ static const char audio_thread_name[] = "audio"; /* Codec thread. */ static struct event_queue codec_queue; -static long codec_stack[(DEFAULT_STACK_SIZE + 0x2500)/sizeof(long)] -#ifndef SIMULATOR -__attribute__ ((section(".idata"))) -#endif -; +static long codec_stack[(DEFAULT_STACK_SIZE + 0x2500)/sizeof(long)] IDATA_ATTR; static const char codec_thread_name[] = "codec"; static struct mutex mutex_bufferfill; -- cgit v1.2.3