powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.S
The system call table has been consolidated into systbl.S. We have
separate 32-bit and 64-bit versions of entry.S and misc.S since the
code is mostly sufficiently different to be not worth merging.
There are some common bits that will be extracted in future.
Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/Makefile 1 addition, 2 deletionsarch/powerpc/Makefile
- arch/powerpc/kernel/Makefile 4 additions, 2 deletionsarch/powerpc/kernel/Makefile
- arch/powerpc/kernel/entry_32.S 1002 additions, 0 deletionsarch/powerpc/kernel/entry_32.S
- arch/powerpc/kernel/entry_64.S 842 additions, 0 deletionsarch/powerpc/kernel/entry_64.S
- arch/powerpc/kernel/misc_32.S 1039 additions, 0 deletionsarch/powerpc/kernel/misc_32.S
- arch/powerpc/kernel/misc_64.S 898 additions, 0 deletionsarch/powerpc/kernel/misc_64.S
- arch/powerpc/kernel/systbl.S 323 additions, 0 deletionsarch/powerpc/kernel/systbl.S
Loading
Please register or sign in to comment