mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
35
arch/m68k/68000/romvec.S
Normal file
35
arch/m68k/68000/romvec.S
Normal file
|
@ -0,0 +1,35 @@
|
|||
/*
|
||||
* romvec.S - Vector table for 68000 cpus
|
||||
*
|
||||
* This file is subject to the terms and conditions of the GNU General Public
|
||||
* License. See the file COPYING in the main directory of this archive
|
||||
* for more details.
|
||||
*
|
||||
* Copyright 1996 Roman Zippel
|
||||
* Copyright 1999 D. Jeff Dionne <jeff@rt-control.com>
|
||||
* Copyright 2006 Greg Ungerer <gerg@snapgear.com>
|
||||
*/
|
||||
|
||||
.global _start
|
||||
.global _buserr
|
||||
.global trap
|
||||
.global system_call
|
||||
|
||||
.section .romvec
|
||||
|
||||
e_vectors:
|
||||
.long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
/* TRAP #0-15 */
|
||||
.long system_call, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long trap, trap, trap, trap
|
||||
.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue