Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137150
b: refs/heads/master
c: 1144d65
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Silverstone authored and Russell King committed Feb 19, 2009
1 parent 2b90e6f commit 9bdc3de
Show file tree
Hide file tree
Showing 2 changed files with 5 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: adf8b37bafc1495393201a2ae4235846371870d0
refs/heads/master: 1144d6535fdea5133875dab4a0be5515ae5cb681
5 changes: 4 additions & 1 deletion trunk/arch/arm/plat-s3c/include/plat/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ static inline void flush(void)
{
}

#define __raw_writel(d,ad) do { *((volatile unsigned int *)(ad)) = (d); } while(0)
#define __raw_writel(d, ad) \
do { \
*((volatile unsigned int __force *)(ad)) = (d); \
} while (0)

/* CONFIG_S3C_BOOT_WATCHDOG
*
Expand Down

0 comments on commit 9bdc3de

Please sign in to comment.