Skip to content

Commit c55a041

Browse files
committed
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc fix from Greg KH: "Here is a single fix for 5.16-rc1 to resolve a build problem that came in through the coresight tree (and as such came in through the char/misc tree merge in the 5.16-rc1 merge window). It resolves a build problem with 'allmodconfig' on arm64 and is acked by the proper subsystem maintainers. It has been in linux-next all week with no reported problems" * tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: arm64: cpufeature: Export this_cpu_has_cap helper
2 parents 5625207 + a4119be commit c55a041

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
@@ -2868,6 +2868,7 @@ bool this_cpu_has_cap(unsigned int n)
28682868

28692869
return false;
28702870
}
2871+
EXPORT_SYMBOL_GPL(this_cpu_has_cap);
28712872

28722873
/*
28732874
* This helper function is used in a narrow window when,

0 commit comments

Comments
 (0)