Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232395
b: refs/heads/master
c: 05b112f
h: refs/heads/master
i:
  232393: 1508306
  232391: dabd4a9
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jan 25, 2011
1 parent be5244d commit 5c39bc1
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: 03399c1cb4e2503e92d10c1ce38ac2e69b7d2380
refs/heads/master: 05b112ff98070dc1f3293e8cd8e4c6f468d1084a
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
* translation for translating DMA addresses. Use the driver
* DMA support - see dma-mapping.h.
*/
static inline unsigned long virt_to_phys(void *x)
static inline unsigned long virt_to_phys(const volatile void *x)
{
return __virt_to_phys((unsigned long)(x));
}
Expand Down

0 comments on commit 5c39bc1

Please sign in to comment.