summaryrefslogtreecommitdiff
path: root/arch/mips64/bits/hwcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/bits/hwcap.h')
-rw-r--r--arch/mips64/bits/hwcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips64/bits/hwcap.h b/arch/mips64/bits/hwcap.h
new file mode 100644
index 00000000..05cffba4
--- /dev/null
+++ b/arch/mips64/bits/hwcap.h
@@ -0,0 +1,2 @@
+#define HWCAP_MIPS_R6 (1 << 0)
+#define HWCAP_MIPS_MSA (1 << 1)