freebsd-skq/sys/arm/tegra
ian f51629e24e MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,
263030, 263033, 263034, 263056, 263057,

  Remove all the redundant external declarations of exception vectors and
  runtime setting of the pointers that's scattered around various places.

  Remove all traces of support for ARM chips prior to the arm9 series.

  Make the default exception handler vectors point to where I thought they
  were already pointing: the default handlers (not a panic that says there
  is no default handler).

  Eliminate irq_dispatch.S.  Move the data items it contained into
  arm/intr.c and the functionality it provided into arm/exception.S.

  Move the exception vector table (so-called "page0" data) into exception.S
  and eliminate vectors.S.

  Change the way the asm GET_CURTHREAD_PTR() macro is defined so that code
  using it doesn't have to have an "AST_LOCALS" macro somewhere in the file.

  Arrange for arm fork_trampoline() to return to userland via the standard
  swi_exit code in exception.S instead of having its own inline expansion
  of the DO_AST and PULLFRAME macros.

  Now that the PUSHFRAME and PULLFRAME macros are used only in the swi
  entry/exit code, they don't need to be macros.  Except that didn't work
  and the whole change was reverted.

  Remove some unnecessary indirection and jump right to the handler functions.

  Use panic rather than printf to "handle" an arm26 address exception
  (should never happen on arm32).

  Remove the unreferenced DATA() macro.

  Remove #include <machine/asmacros.h> from files that don't need it.
2014-05-17 13:53:38 +00:00
..
files.tegra2 MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, 2014-05-17 13:53:38 +00:00
std.tegra2 MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338, 2014-05-15 02:41:23 +00:00
tegra2_common.c MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924, 2014-05-17 00:53:12 +00:00
tegra2_machdep.c MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, 2014-05-14 19:18:58 +00:00