forked from len0rd/rockbox
Remove STATICIRAM hack
It was only needed by the old arm toolchain that we no longer use or support. Change-Id: Id0e6c67477f8834a637079b03cde5fbf9da68b1c Reviewed-on: http://gerrit.rockbox.org/233 Reviewed-by: Nils Wallménius <nils@rockbox.org>
This commit is contained in:
parent
b371b705c7
commit
2dda258f99
9 changed files with 37 additions and 51 deletions
|
@ -133,7 +133,7 @@ void ata_dma_set_mode(unsigned char mode) {
|
|||
/* This waits for an ATA interrupt using polling.
|
||||
In ATA_CONTROL, CONTROL_nIEN must be cleared.
|
||||
*/
|
||||
STATICIRAM ICODE_ATTR int ata_wait_intrq(void)
|
||||
static ICODE_ATTR int ata_wait_intrq(void)
|
||||
{
|
||||
long timeout = current_tick + HZ*10;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue