diff options
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r-- | firmware/drivers/ata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c index 4e41ef2b1f..4dd0fdcc49 100644 --- a/firmware/drivers/ata.c +++ b/firmware/drivers/ata.c | |||
@@ -81,7 +81,7 @@ static int poweroff_timeout = 2*HZ; | |||
81 | #ifdef HAVE_LBA48 | 81 | #ifdef HAVE_LBA48 |
82 | static bool lba48 = false; /* set for 48 bit addressing */ | 82 | static bool lba48 = false; /* set for 48 bit addressing */ |
83 | #endif | 83 | #endif |
84 | static long ata_stack[DEFAULT_STACK_SIZE/sizeof(long)]; | 84 | static long ata_stack[(DEFAULT_STACK_SIZE*3)/sizeof(long)]; |
85 | static const char ata_thread_name[] = "ata"; | 85 | static const char ata_thread_name[] = "ata"; |
86 | static struct event_queue ata_queue; | 86 | static struct event_queue ata_queue; |
87 | static bool initialized = false; | 87 | static bool initialized = false; |