Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362178
b: refs/heads/master
c: 120ecfa
h: refs/heads/master
v: v3
  • Loading branch information
Stepan Moskovchenko authored and Russell King committed Mar 22, 2013
1 parent 1730780 commit 523854d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8164f7af88d9ad3a757bd14f634b23997ee77f6b
refs/heads/master: 120ecfafabec382c4feb79ff159ef42a39b6d33b
15 changes: 15 additions & 0 deletions trunk/arch/arm/mm/proc-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 523854d

Please sign in to comment.