Commit 00c800b4 authored by Ma Wupeng's avatar Ma Wupeng Committed by Wupeng Ma
Browse files

mm: cpufeature: Make update_pbha_perf_only_bit static

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I96IZH



--------------------------------

Since update_pbha_perf_only_bit is used by current file, make it static.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202403131533.AIOfBKrb-lkp@intel.com/


Signed-off-by: default avatarMa Wupeng <mawupeng1@huawei.com>
parent 30207933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1687,7 +1687,7 @@ static void stage2_test_pbha_value(u8 val)
		arm64_pbha_stage2_safe_bits |= val;
}

void update_pbha_perf_only_bit(const u8 *bits, int cnt)
static void update_pbha_perf_only_bit(const u8 *bits, int cnt)
{
	u8 val;
	int i;