]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.S
authorPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 12:36:14 +0000 (22:36 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 10 Oct 2005 12:36:14 +0000 (22:36 +1000)
commit9994a33865f4d55c44c9731c01e1f891543278de
tree77d8fe580493dbf9ce1820a703c482fba291b6b9
parent06d67d54741a5bfefa31945ef195dfa748c29025
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>
arch/powerpc/Makefile
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/entry_32.S [new file with mode: 0644]
arch/powerpc/kernel/entry_64.S [new file with mode: 0644]
arch/powerpc/kernel/misc_32.S [new file with mode: 0644]
arch/powerpc/kernel/misc_64.S [new file with mode: 0644]
arch/powerpc/kernel/systbl.S [new file with mode: 0644]