bcachefs: fix ifdef for x86_64 asm
authorDan Robertson <dan@dlrobertson.com>
Sat, 3 Jul 2021 01:22:06 +0000 (21:22 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:07 +0000 (17:09 -0400)
commit6f152b0f375450b72724b6eb2ec00f7669fc910e
tree49cf7085c7cd1e898188b672449629b006bddfaa
parent32abe2e38f5da39a79561b8e42f22062171c798d
bcachefs: fix ifdef for x86_64 asm

The implementation of prefetch_four_cachelines should use ifdef
CONFIG_X86_64 to conditionally compile x86_64 asm.

Signed-off-by: Dan Robertson <dan@dlrobertson.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bset.c