Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-11 | powerpc: add context.vdso_base for 32-bit too | Paul Mackerras | |
This adds a vdso_base element to the mm_context_t for 32-bit compiles (both for ARCH=powerpc and ARCH=ppc). This fixes the compile errors that have been reported in arch/powerpc/kernel/signal_32.c. 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> |