x86/mtrr: Remove unused cyrix_set_all() function
authorJuergen Gross <jgross@suse.com>
Tue, 4 Oct 2022 08:10:09 +0000 (10:10 +0200)
committerBorislav Petkov <bp@suse.de>
Thu, 20 Oct 2022 13:58:11 +0000 (15:58 +0200)
commit04ba8747e1329fa9e274b4634d792f811a3b0677
treeb50c8a2fd6926e6ca4456c13c6ebf45266c14a74
parent01c97c7303580682751b5aaae043b639bdcbacb3
x86/mtrr: Remove unused cyrix_set_all() function

The Cyrix CPU specific MTRR function cyrix_set_all() will never be
called as the mtrr_ops->set_all() callback will only be called in the
use_intel() case, which would require the use_intel_if member of struct
mtrr_ops to be set, which isn't the case for Cyrix.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20221004081023.32402-3-jgross@suse.com
arch/x86/kernel/cpu/mtrr/cyrix.c