Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-20 | [SPARC64]: Optimized TSB table initialization. | David S. Miller | |
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> | |||
2006-03-20 | [SPARC64]: Niagara optimized memset/bzero/clear_user. | David S. Miller | |
Signed-off-by: David S. Miller <davem@davemloft.net> |