freebsd-dev/sys/arm
Ian Lepore 510ccb2fd4 The arm exception entry points currently vector through a function pointer
to the actual handler routine.  All the pointers are static-intialized to
the only handlers available, and yet various platform-specific inits still
set those pointers (to the values they're already initialized to).  Begin
to drain the swamp by removing all the redundant external declarations and
runtime setting of the pointers that's scattered around various places.
2014-03-09 18:08:27 +00:00
..
allwinner Follow r262916 with one more config file that references a renamed common.c 2014-03-09 01:52:21 +00:00
arm The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00
at91 The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00
broadcom/bcm2835 Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
conf Add commented out dts for sam9260ek as well as early printf support. 2014-03-08 03:22:25 +00:00
econa The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00
freescale Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
include Always call vfp_discard() on thread death, not just when the VFP is 2014-03-09 14:24:05 +00:00
lpc Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
mv Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
rockchip Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
s3c2xx0 The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00
sa11x0 The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00
samsung/exynos Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
tegra Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
ti Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
versatile Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
xilinx Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
xscale The arm exception entry points currently vector through a function pointer 2014-03-09 18:08:27 +00:00