PageRenderTime 12ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/m68knommu/platform/68328/romvec.S

https://bitbucket.org/cresqo/cm7-p500-kernel
Assembly | 35 lines | 31 code | 4 blank | 0 comment | 1 complexity | 4760e246c31dacfeecbe69a13dd2f6d1 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
  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. .global _start
  13. .global _buserr
  14. .global trap
  15. .global system_call
  16. .section .romvec
  17. e_vectors:
  18. .long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap
  19. .long trap, trap, trap, 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. /* TRAP #0-15 */
  27. .long system_call, trap, trap, trap
  28. .long trap, trap, trap, trap
  29. .long trap, trap, trap, trap
  30. .long trap, trap, trap, trap
  31. .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0