Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-10 | powerpc: Use reg.h instead of processor.h when we just want reg names | Paul Mackerras | |
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> | |||
2005-10-10 | powerpc: Rename files to have consistent _32/_64 suffixes | Paul Mackerras | |
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> |