mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 08:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
10
arch/ia64/hp/sim/hpsim.S
Normal file
10
arch/ia64/hp/sim/hpsim.S
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <asm/asmmacro.h>
|
||||
|
||||
/*
|
||||
* Simulator system call.
|
||||
*/
|
||||
GLOBAL_ENTRY(ia64_ssc)
|
||||
mov r15=r36
|
||||
break 0x80001
|
||||
br.ret.sptk.many rp
|
||||
END(ia64_ssc)
|
||||
Loading…
Add table
Add a link
Reference in a new issue