projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7ecb1
)
fix typo in prefetch.h
author
Dave Jones
<
[email protected]
>
Mon, 16 Jul 2007 06:40:51 +0000
(23:40 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 16 Jul 2007 16:05:46 +0000
(09:05 -0700)
Signed-off-by: Dave Jones <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/prefetch.h
patch
|
blob
|
history
diff --git
a/include/linux/prefetch.h
b/include/linux/prefetch.h
index fc86f274147fa5accdcbd7920944c2f15c8dea7a..1adfe668d031ff62485cd2fb5071bdfa85b7b952 100644
(file)
--- a/
include/linux/prefetch.h
+++ b/
include/linux/prefetch.h
@@
-27,7
+27,7
@@
prefetch(x) - prefetches the cacheline at "x" for read
prefetchw(x) - prefetches the cacheline at "x" for write
- spin_lock_prefetch(x) - prefe
c
tches the spinlock *x for taking
+ spin_lock_prefetch(x) - prefetches the spinlock *x for taking
there is also PREFETCH_STRIDE which is the architecure-prefered
"lookahead" size for prefetching streamed operations.