freebsd-dev/sys/arm
Andrew Turner 052e6d041f Fix the clobber list on the atomic operators that do comparisons. Without
this some compilers will place a cmp instruction before the atomic operation
and expect to be able to use the result afterwards. By adding "cc" to the
list of used registers we tell the compiler to not do this.
2012-10-01 05:12:17 +00:00
..
arm Stop calling pmap_remove_write() from pmap_remove_all(). Doing so is not 2012-09-30 03:54:57 +00:00
at91 Create a common set_stackptrs in sys/arm/machdep.c. 2012-09-22 06:41:56 +00:00
broadcom/bcm2835 Clean up the bcm2835 initarm. It is now identical to the other ARMv6 copies 2012-09-23 19:48:29 +00:00
compile
conf Add a kernel config for the Toshiba AC100. The AC100 is an ARM laptop with 2012-09-17 09:22:59 +00:00
econa Create a common set_stackptrs in sys/arm/machdep.c. 2012-09-22 06:41:56 +00:00
include Fix the clobber list on the atomic operators that do comparisons. Without 2012-10-01 05:12:17 +00:00
lpc Create the new initarm_ functions to reduce the diff to the other FDT 2012-09-26 10:07:53 +00:00
mv Pull out the SoC specific parts of initarm into separate functions 2012-09-23 03:46:03 +00:00
s3c2xx0 Create a common set_stackptrs in sys/arm/machdep.c. 2012-09-22 06:41:56 +00:00
sa11x0 Create a common set_stackptrs in sys/arm/machdep.c. 2012-09-22 06:41:56 +00:00
tegra Pull out the SoC specific parts of initarm into separate functions 2012-09-23 03:46:03 +00:00
ti Pull out the SoC specific parts of initarm into separate functions 2012-09-23 03:46:03 +00:00
xscale Create a common set_stackptrs in sys/arm/machdep.c. 2012-09-22 06:41:56 +00:00