summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 2cdd67482a..a16a6cc15e 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -79,7 +79,7 @@
79static unsigned int ata_thread_id = 0; 79static unsigned int ata_thread_id = 0;
80#endif 80#endif
81 81
82#if defined(MAX_PHYS_SECTOR_SIZE) && MEM == 64 82#if defined(MAX_PHYS_SECTOR_SIZE) && MEMORYSIZE == 64
83/* Hack - what's the deal with 5g? */ 83/* Hack - what's the deal with 5g? */
84struct ata_lock 84struct ata_lock
85{ 85{