Split the syscall table, SPARC specific syscall implementations, and the 32 bit sysca...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 9 Mar 2007 22:14:24 +0000 (17:14 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 9 Mar 2007 22:14:24 +0000 (17:14 -0500)
commit03ff1c31678dbc292f7885fef9c6cd3f58a2989b
tree803eb133631bc8da3696cd23d695adaf4bd042f0
parentc40d95e4c470ba585316d85cb67d36f5ca9e0bd0
Split the syscall table, SPARC specific syscall implementations, and the 32 bit syscall table into it's own file. Corrected problems with the stat structure. These should be tested on 64 bit x86 and SPARC machines.

--HG--
extra : convert_revision : 5d9fe19e031b92e111069c6b89c3dbeb29975b8a
src/arch/sparc/SConscript
src/arch/sparc/linux/linux.hh
src/arch/sparc/linux/process.cc
src/arch/sparc/linux/process.hh
src/arch/sparc/linux/syscalls.cc [new file with mode: 0644]