Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167018
b: refs/heads/master
c: 913b143
h: refs/heads/master
v: v3
  • Loading branch information
ye janboe authored and Tony Lindgren committed Oct 6, 2009
1 parent 519a2bf commit 89f7891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a66a39b8599e09c82e2e95fec55f414ad015282
refs/heads/master: 913b143ffac8ade63e576c4cb48908a257106bdc
3 changes: 2 additions & 1 deletion trunk/arch/arm/plat-omap/sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ void * omap_sram_push(void * start, unsigned long size)
omap_sram_ceil -= size;
omap_sram_ceil = ROUND_DOWN(omap_sram_ceil, sizeof(void *));
memcpy((void *)omap_sram_ceil, start, size);
flush_icache_range((unsigned long)start, (unsigned long)(start + size));
flush_icache_range((unsigned long)omap_sram_ceil,
(unsigned long)(omap_sram_ceil + size));

return (void *)omap_sram_ceil;
}
Expand Down

0 comments on commit 89f7891

Please sign in to comment.