Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261844
b: refs/heads/master
c: 1dad6c7
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Jul 30, 2011
1 parent d8ad55c commit 39f9c79
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cb4f9988f86746fff3183d31381deb2b2a421a3a
refs/heads/master: 1dad6c7bd7dd158ef874f7382615cedc21a1f48d
2 changes: 1 addition & 1 deletion trunk/arch/m68k/amiga/chipram.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void __init amiga_chip_init(void)
if (!AMIGAHW_PRESENT(CHIP_RAM))
return;

chipram_res.end = amiga_chip_size-1;
chipram_res.end = CHIP_PHYSADDR + amiga_chip_size - 1;
request_resource(&iomem_resource, &chipram_res);

atomic_set(&chipavail, amiga_chip_size);
Expand Down

0 comments on commit 39f9c79

Please sign in to comment.