romvec.S 937 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * linux/arch/m68knommu/platform/68328/romvec.S
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file COPYING in the main directory of this archive
  6. * for more details.
  7. *
  8. * Copyright 1996 Roman Zippel
  9. * Copyright 1999 D. Jeff Dionne <jeff@rt-control.com>
  10. * Copyright 2006 Greg Ungerer <gerg@snapgear.com>
  11. */
  12. #include <linux/config.h>
  13. .global _start
  14. .global _buserr
  15. .global trap
  16. .global system_call
  17. .section .romvec
  18. e_vectors:
  19. .long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap
  20. .long trap, trap, trap, trap
  21. .long trap, trap, trap, trap
  22. .long trap, trap, trap, trap
  23. .long trap, trap, trap, trap
  24. .long trap, trap, trap, trap
  25. .long trap, trap, trap, trap
  26. .long trap, trap, trap, trap
  27. /* TRAP #0-15 */
  28. .long system_call, trap, trap, trap
  29. .long trap, trap, trap, trap
  30. .long trap, trap, trap, trap
  31. .long trap, trap, trap, trap
  32. .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0