summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/std.xscale
Commit message (Collapse)AuthorAgeFilesLines
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-1/+0
| | | | | | when building each kernel. Reviewed by: imp
* Merging projects/armv6, part 1gonzo2012-08-151-0/+1
| | | | | | | | | Cummulative patch of changes that are not vendor-specific: - ARMv6 and ARMv7 architecture support - ARM SMP support - VFP/Neon support - ARM Generic Interrupt Controller driver - Simplification of startup code for all platforms
* Not quite ready for this yet, so comment it out.imp2012-07-101-1/+1
|
* All xscale ports are armeb, so mark it here. This should reduce universeimp2012-06-291-0/+1
| | | | times a little.
* Instead of using sysarch() to store-retrieve the tp, add a magic address,cognet2005-02-261-0/+2
ARM_TP_ADDRESS, where the tp will be stored. On CPUs that support it, a cache line will be allocated and locked for this address, so that it will never go to RAM. On CPUs that does not, a page is allocated for it (it will be a bit slower, and is wrong for SMP, but should be fine for UP). The tp is still stored in the mdthread struct, and at each context switch, ARM_TP_ADDRESS gets updated. Suggested by: davidxu
OpenPOWER on IntegriCloud