aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/lib/NGbzero.S
Commit message (Collapse)AuthorAge
* [SPARC64]: Optimized TSB table initialization.David S. Miller2006-03-20
| | | | | | | | | | | | | | We only need to write an invalid tag every 16 bytes, so taking advantage of this can save many instructions compared to the simple memset() call we make now. A prefetching implementation is implemented for sun4u and a block-init store version if implemented for Niagara. The next trick is to be able to perform an init and a copy_tsb() in parallel when growing a TSB table. Signed-off-by: David S. Miller <davem@davemloft.net>
* [SPARC64]: Niagara optimized memset/bzero/clear_user.David S. Miller2006-03-20
Signed-off-by: David S. Miller <davem@davemloft.net>