Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108649
b: refs/heads/master
c: 16f719d
h: refs/heads/master
i:
  108647: 0025c77
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Aug 16, 2008
1 parent 236424c commit 843c934
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: da1562af624cbf17935c7fded51466bb1a1b63a8
refs/heads/master: 16f719de62809e224e37c320760c3ce59098d862
4 changes: 2 additions & 2 deletions trunk/arch/arm/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
static inline void prefetch(const void *ptr)
{
__asm__ __volatile__(
"pld\t%0"
"pld\t%a0"
:
: "o" (*(char *)ptr)
: "p" (ptr)
: "cc");
}

Expand Down

0 comments on commit 843c934

Please sign in to comment.