Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65287
b: refs/heads/master
c: 4ecbca8
h: refs/heads/master
i:
  65285: e637087
  65283: 7d316c3
  65279: beba9cd
v: v3
  • Loading branch information
Serge Belyshev authored and Linus Torvalds committed Oct 5, 2007
1 parent b2ad629 commit 25032cb
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: 9cdcaa2c9330432bfe891d40f2d914b80bbcf9f3
refs/heads/master: 4ecbca8554d0f643351ee07d3284138a5e85ba81
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static inline void sync_core(void)
#define ARCH_HAS_PREFETCH
static inline void prefetch(void *x)
{
asm volatile("prefetcht0 %0" :: "m" (*(unsigned long *)x));
asm volatile("prefetcht0 (%0)" :: "r" (x));
}

#define ARCH_HAS_PREFETCHW 1
Expand Down

0 comments on commit 25032cb

Please sign in to comment.