commit | 7049e6800f40046c384c522a990669024d5f5836 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jun 21 16:20:28 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 21 16:20:28 2005 -0700 |
tree | 5e790230b26721a89864fa610bc9d8e53114a881 | |
parent | 8005aba69a6440a535a4cc2aed99ffca580847e0 [diff] |
[SPARC64]: Add prefetch support. The implementation is optimal for UltraSPARC-III and later. It will work, however suboptimally, on UltraSPARC-II and be treated as a NOP on UltraSPARC-I. It is not worth code patching this thing as the highest cost is the code space, and code patching cannot eliminate that. Signed-off-by: David S. Miller <davem@davemloft.net>