projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ef9d0
)
seqlock: add missing 'inline' to seqlock_read_retry
author
Emilio G. Cota
<cota@braap.org>
Mon, 24 Aug 2015 00:23:35 +0000
(20:23 -0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 7 Sep 2015 16:12:31 +0000
(18:12 +0200)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <
1440375847
-17603-7-git-send-email-cota@braap.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/seqlock.h
patch
|
blob
|
history
diff --git
a/include/qemu/seqlock.h
b/include/qemu/seqlock.h
index 3ff118a1a1f5d2a2b3cc32c957b153452f995ae2..f1256f5487f30e0696fc0170d01a6f5151cee4b8 100644
(file)
--- a/
include/qemu/seqlock.h
+++ b/
include/qemu/seqlock.h
@@
-62,7
+62,7
@@
static inline unsigned seqlock_read_begin(QemuSeqLock *sl)
return ret;
}
-static int seqlock_read_retry(const QemuSeqLock *sl, unsigned start)
+static in
line in
t seqlock_read_retry(const QemuSeqLock *sl, unsigned start)
{
/* Read other fields before reading final sequence. */
smp_rmb();