freemyipod r739 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r738‎ | r739 | r740 >
Date:01:06, 12 July 2011
Author:theseven
Status:new
Tags:
Comment:
UMSboot: Get rid of hardwired cacheline sizes
Modified paths:
  • /umsboot/target/ipodclassic/lcd.c (modified) (history)

Diff [purge]

Index: umsboot/target/ipodclassic/lcd.c
@@ -27,7 +27,7 @@
2828
2929
3030 static struct dma_lli lcd_lli[(LCD_WIDTH * LCD_HEIGHT - 1) / 0xfff]
31 - IDATA_ATTR __attribute__((aligned(16)));
 31+ IDATA_ATTR CACHEALIGN_ATTR;
3232
3333 static uint16_t lcd_color IDATA_ATTR;
3434