mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
21
arch/arm/mm/pabort-v6.S
Normal file
21
arch/arm/mm/pabort-v6.S
Normal file
|
@ -0,0 +1,21 @@
|
|||
#include <linux/linkage.h>
|
||||
#include <asm/assembler.h>
|
||||
|
||||
/*
|
||||
* Function: v6_pabort
|
||||
*
|
||||
* Params : r2 = pt_regs
|
||||
* : r4 = address of aborted instruction
|
||||
* : r5 = psr for parent context
|
||||
*
|
||||
* Returns : r4 - r11, r13 preserved
|
||||
*
|
||||
* Purpose : obtain information about current prefetch abort.
|
||||
*/
|
||||
|
||||
.align 5
|
||||
ENTRY(v6_pabort)
|
||||
mov r0, r4
|
||||
mrc p15, 0, r1, c5, c0, 1 @ get IFSR
|
||||
b do_PrefetchAbort
|
||||
ENDPROC(v6_pabort)
|
Loading…
Add table
Add a link
Reference in a new issue