]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/uapi/asm/cputable.h
Merge branches 'intel_pstate' and 'pm-sleep'
[karo-tx-linux.git] / arch / powerpc / include / uapi / asm / cputable.h
index f63c96cd360863ac312aca929475de7629695169..4d877144f3773b3aa4dcefd9deeb12b13bcfe136 100644 (file)
 #define PPC_FEATURE2_HTM_NOSC          0x01000000
 #define PPC_FEATURE2_ARCH_3_00         0x00800000 /* ISA 3.00 */
 #define PPC_FEATURE2_HAS_IEEE128       0x00400000 /* VSX IEEE Binary Float 128-bit */
+#define PPC_FEATURE2_DARN              0x00200000 /* darn random number insn */
+#define PPC_FEATURE2_SCV               0x00100000 /* scv syscall */
+
+/*
+ * IMPORTANT!
+ * All future PPC_FEATURE definitions should be allocated in cooperation with
+ * OPAL / skiboot firmware, in accordance with the ibm,powerpc-cpu-features
+ * device tree binding.
+ */
 
 #endif /* _UAPI__ASM_POWERPC_CPUTABLE_H */