Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [POWERPC] Use mtocrf instruction in asm when CONFIG_POWER4_ONLY=y | Olof Johansson | 2007-04-13 | 1 | -3/+3 |
| | | | | | | | | | | mtocrf is a faster single-field mtcrf (move to condition register fields) instruction available in POWER4 and later processors. It can make quite a difference in performance on some implementations, so use it for CONFIG_POWER4_ONLY builds. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | powerpc: Rename files to have consistent _32/_64 suffixes | Paul Mackerras | 2005-10-10 | 1 | -0/+119 |
This doesn't change any code, just renames things so we consistently have foo_32.c and foo_64.c where we have separate 32- and 64-bit versions. Signed-off-by: Paul Mackerras <paulus@samba.org> |