diff options
| author | 2021-12-02 11:44:56 -0800 | |
|---|---|---|
| committer | 2021-12-02 11:44:56 -0800 | |
| commit | fc993be36f9ea7fc286d84d8471a1a20e871aad4 (patch) | |
| tree | cef440a299ed7d1c2418992f7d724b4d86e6d83b /arch/mips/kernel/proc.c | |
| parent | selftests: net: remove meaningless help option (diff) | |
| parent | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
| download | wireguard-linux-fc993be36f9ea7fc286d84d8471a1a20e871aad4.tar.xz wireguard-linux-fc993be36f9ea7fc286d84d8471a1a20e871aad4.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'arch/mips/kernel/proc.c')
| -rw-r--r-- | arch/mips/kernel/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 376a6e2676e9..9f47a889b047 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c @@ -185,7 +185,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) seq_puts(m, " tx39_cache"); if (cpu_has_octeon_cache) seq_puts(m, " octeon_cache"); - if (cpu_has_fpu) + if (raw_cpu_has_fpu) seq_puts(m, " fpu"); if (cpu_has_32fpr) seq_puts(m, " 32fpr"); |
