Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26535
b: refs/heads/master
c: 16b6dd4
h: refs/heads/master
i:
  26533: d014d8c
  26531: df23d4c
  26527: c5140ea
v: v3
  • Loading branch information
Bellido Nicolas authored and Russell King committed May 7, 2006
1 parent e615bb4 commit bd3f8fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 216251cff98838f2b79c53fc8a9e76884944be7d
refs/heads/master: 16b6dd4419cdef637a907cfc26594e4ebe688975
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-aaec2000/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
static struct map_desc standard_io_desc[] __initdata = {
{
.virtual = VIO_APB_BASE,
.physical = __phys_to_pfn(PIO_APB_BASE),
.pfn = __phys_to_pfn(PIO_APB_BASE),
.length = IO_APB_LENGTH,
.type = MT_DEVICE
}, {
.virtual = VIO_AHB_BASE,
.physical = __phys_to_pfn(PIO_AHB_BASE),
.pfn = __phys_to_pfn(PIO_AHB_BASE),
.length = IO_AHB_LENGTH,
.type = MT_DEVICE
}
Expand Down

0 comments on commit bd3f8fa

Please sign in to comment.