MIPS: Advertise MSA support via HWCAP when present
[linux-drm-fsl-dcu.git] / arch / mips / kernel / cpu-probe.c
index 380a14b8772eaf54b4b73c6205eccc4eb1514f4f..571a8e6ea5bd0048a840bc539135f27c32fec621 100644 (file)
@@ -1531,6 +1531,7 @@ void cpu_probe(void)
                c->msa_id = cpu_get_msa_id();
                WARN(c->msa_id & MSA_IR_WRPF,
                     "Vector register partitioning unimplemented!");
+               elf_hwcap |= HWCAP_MIPS_MSA;
        }
 
        cpu_probe_vmbits(c);