gem5/kern
Steve Reinhardt 0da150b294 Make targetarch directory in build tree and copy arch/alpha files to it
instead of using symlink.  The symlink broke scons's built-in include
dependency tacking.

Interestingly once it was fixed scons discovered two circular dependency
problems which are also fixed now.

SConscript:
    Make targetarch directory in build tree and copy arch/alpha files to it
    instead of using symlink.  The symlink broke scons's built-in include
    dependency tacking.
arch/alpha/ev5.hh:
    Get rid of circular #include dependence.
kern/kernel_stats.cc:
    Add needed header file.
kern/linux/linux_syscalls.hh:
kern/tru64/tru64_syscalls.hh:
    Replace targetarch/syscalls.hh with single template class declaration.

--HG--
extra : convert_revision : b8551623c1d441c6eb8d0651387e97e373128814
2004-10-22 22:49:12 -04:00
..
linux Make targetarch directory in build tree and copy arch/alpha files to it 2004-10-22 22:49:12 -04:00
tru64 Make targetarch directory in build tree and copy arch/alpha files to it 2004-10-22 22:49:12 -04:00
kernel_stats.cc Make targetarch directory in build tree and copy arch/alpha files to it 2004-10-22 22:49:12 -04:00
kernel_stats.hh added system option to bin interrupt code seperately. 2004-09-03 14:12:59 -04:00
system_events.cc Fixes to kernel to get checkpoints to work again. 2004-10-02 12:34:54 -04:00
system_events.hh added system option to bin interrupt code seperately. 2004-09-03 14:12:59 -04:00