MIPS: Loongson-3: Fast TLB refill handler
[deliverable/linux.git] / arch / mips / include / asm / cpu.h
index 810536b6900cf5337ac55509988d4f3e9f8e7f27..d9150a210df6a98fa28bfe6578b82fe295281bd2 100644 (file)
@@ -402,6 +402,7 @@ enum cpu_type_enum {
 #define MIPS_CPU_NAN_LEGACY    MBIT_ULL(38)    /* Legacy NaN implemented */
 #define MIPS_CPU_NAN_2008      MBIT_ULL(39)    /* 2008 NaN implemented */
 #define MIPS_CPU_VP            MBIT_ULL(40)    /* MIPSr6 Virtual Processors (multi-threading) */
+#define MIPS_CPU_LDPTE         MBIT_ULL(41)    /* CPU has ldpte/lddir instructions */
 
 /*
  * CPU ASE encodings
This page took 0.028048 seconds and 5 git commands to generate.