Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91119
b: refs/heads/master
c: 51faf9b
h: refs/heads/master
i:
  91117: fcfdbf6
  91115: 45a6c51
  91111: 784b8b4
  91103: 14af99b
v: v3
  • Loading branch information
Catalin Marinas committed Apr 18, 2008
1 parent 204979e commit 810bd26
Show file tree
Hide file tree
Showing 3 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: 41267e208e3ad5d960284a908c58d4c27cc5857b
refs/heads/master: 51faf9b5c048f9e465322f8256e838586f4c11a7
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-realview/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?
moveq \rx, #0x10000000
movne \rx, #0xf1000000 @ virtual base
movne \rx, #0xf0000000 @ virtual base
orr \rx, \rx, #0x00009000
.endm

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-realview/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <asm/sizes.h>

/* macro to get at IO space when running virtually */
#define IO_ADDRESS(x) ((((x) & 0x0effffff) | (((x) >> 4) & 0x0f000000)) + 0xf0000000)
#define IO_ADDRESS(x) (((x) & 0x0fffffff) + 0xf0000000)
#define __io_address(n) __io(IO_ADDRESS(n))

#endif

0 comments on commit 810bd26

Please sign in to comment.