Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44684
b: refs/heads/master
c: cdcb383
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Dec 17, 2006
1 parent e321643 commit cdc4f71
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: c16f7bd8d48f64ba2d87ab821288815c9e35b14d
refs/heads/master: cdcb38352b6cf97241d4c3969f93f792026d18cc
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-s3c2410/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#ifndef __ASSEMBLY__
#define S3C2410_ADDR(x) ((void __iomem *)0xF0000000 + (x))
#define S3C2410_ADDR(x) ((void __iomem __force *)0xF0000000 + (x))
#else
#define S3C2410_ADDR(x) (0xF0000000 + (x))
#endif
Expand Down

0 comments on commit cdc4f71

Please sign in to comment.