Skip to content

Commit a4119be

Browse files
committed
Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux into char-misc-linus
Mathieu writes: coresight: Fix for v5.16 This fix enables to compile the TRBE driver as a module by exporting function this_cpu_has_cap(). Signed-off-by: Mathieu Poirier <[email protected]> * tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux: arm64: cpufeature: Export this_cpu_has_cap helper
2 parents b5013d0 + 20b02fe commit a4119be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/kernel/cpufeature.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,6 +2864,7 @@ bool this_cpu_has_cap(unsigned int n)
28642864

28652865
return false;
28662866
}
2867+
EXPORT_SYMBOL_GPL(this_cpu_has_cap);
28672868

28682869
/*
28692870
* This helper function is used in a narrow window when,

0 commit comments

Comments
 (0)