|
@@ -433,6 +433,21 @@ __v7_ca15mp_proc_info:
|
|
|
__v7_proc __v7_ca15mp_setup
|
|
|
.size __v7_ca15mp_proc_info, . - __v7_ca15mp_proc_info
|
|
|
|
|
|
+ /*
|
|
|
+ * Qualcomm Inc. Krait processors.
|
|
|
+ */
|
|
|
+ .type __krait_proc_info, #object
|
|
|
+__krait_proc_info:
|
|
|
+ .long 0x510f0400 @ Required ID value
|
|
|
+ .long 0xff0ffc00 @ Mask for ID
|
|
|
+ /*
|
|
|
+ * Some Krait processors don't indicate support for SDIV and UDIV
|
|
|
+ * instructions in the ARM instruction set, even though they actually
|
|
|
+ * do support them.
|
|
|
+ */
|
|
|
+ __v7_proc __v7_setup, hwcaps = HWCAP_IDIV
|
|
|
+ .size __krait_proc_info, . - __krait_proc_info
|
|
|
+
|
|
|
/*
|
|
|
* Match any ARMv7 processor core.
|
|
|
*/
|