Path: blob/master/arch/m68k/platform/68328/romvec.S
10818 views
/*1* linux/arch/m68knommu/platform/68328/romvec.S2*3* This file is subject to the terms and conditions of the GNU General Public4* License. See the file COPYING in the main directory of this archive5* for more details.6*7* Copyright 1996 Roman Zippel8* Copyright 1999 D. Jeff Dionne <[email protected]>9* Copyright 2006 Greg Ungerer <[email protected]>10*/1112.global _start13.global _buserr14.global trap15.global system_call1617.section .romvec1819e_vectors:20.long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap21.long trap, trap, trap, trap22.long trap, trap, trap, trap23.long trap, trap, trap, trap24.long trap, trap, trap, trap25.long trap, trap, trap, trap26.long trap, trap, trap, trap27.long trap, trap, trap, trap28/* TRAP #0-15 */29.long system_call, trap, trap, trap30.long trap, trap, trap, trap31.long trap, trap, trap, trap32.long trap, trap, trap, trap33.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,034353637