summaryrefslogtreecommitdiff
path: root/libbcachefs/bset.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-07-04 13:33:53 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-07-04 23:33:54 -0400
commit07ec713e056a73337bc0f53f5910f5179537b2c2 (patch)
treef43e435b6fb409f4dab4420be283690101904c7c /libbcachefs/bset.c
parent55142cd0b5ef2a2150d4708dad0c3fd54a3ffd39 (diff)
Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX
Diffstat (limited to 'libbcachefs/bset.c')
-rw-r--r--libbcachefs/bset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/bset.c b/libbcachefs/bset.c
index 8a149e21..0eb85acd 100644
--- a/libbcachefs/bset.c
+++ b/libbcachefs/bset.c
@@ -1193,7 +1193,7 @@ static struct bkey_packed *bset_search_write_set(const struct btree *b,
static inline void prefetch_four_cachelines(void *p)
{
-#if CONFIG_X86_64
+#ifdef CONFIG_X86_64
asm("prefetcht0 (-127 + 64 * 0)(%0);"
"prefetcht0 (-127 + 64 * 1)(%0);"
"prefetcht0 (-127 + 64 * 2)(%0);"