From 4d7671ce224a0f96aabb114a4cd5246e3bcc31d0 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 6 Feb 2005 02:34:17 +0000 Subject: Aligned thread stack git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5803 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/ata_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers') diff --git a/firmware/drivers/ata_mmc.c b/firmware/drivers/ata_mmc.c index 260418c694..b528bdb1e3 100644 --- a/firmware/drivers/ata_mmc.c +++ b/firmware/drivers/ata_mmc.c @@ -91,7 +91,7 @@ long last_disk_activity = -1; static struct mutex mmc_mutex; #ifdef HAVE_HOTSWAP -static char mmc_stack[DEFAULT_STACK_SIZE]; +static long mmc_stack[DEFAULT_STACK_SIZE/sizeof(long)]; static const char mmc_thread_name[] = "mmc"; static struct event_queue mmc_queue; #endif -- cgit v1.2.3