Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | powerpc: Use reg.h instead of processor.h when we just want reg names | Paul Mackerras | 2005-10-10 |
| | | | | | | | Now that the register names and bit definitions are all in reg.h, use that instead of processor.h in assembly code in a few places. Signed-off-by: Paul Mackerras <paulus@samba.org> | ||
* | powerpc: Rename files to have consistent _32/_64 suffixes | Paul Mackerras | 2005-10-10 |
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> |