Olivier Houchard f4c01f1508 Instead of using sysarch() to store-retrieve the tp, add a magic address,
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
2005-02-26 18:59:01 +00:00
..
2005-02-17 11:14:45 +00:00
2005-02-25 00:16:53 +00:00
2005-02-26 18:55:53 +00:00
2005-02-22 19:02:24 +00:00
2005-02-25 23:06:25 +00:00
2005-02-10 20:39:39 +00:00
2005-02-25 22:58:25 +00:00
2005-02-23 22:44:38 +00:00