Removed syscall function from thread_context.hh. ThreadContext is the interface...
authorKevin Lim <ktlim@umich.edu>
Mon, 12 Jun 2006 20:42:56 +0000 (16:42 -0400)
committerKevin Lim <ktlim@umich.edu>
Mon, 12 Jun 2006 20:42:56 +0000 (16:42 -0400)
commit3e1537cf8b6a9fdbffa3975fde9f3d7f12c719f9
treecfe01f11563dbfc4c0aba213502381df41d537ba
parentbabb22eea4be07cbc725eea129c6a6557fd56af2
Removed syscall function from thread_context.hh.  ThreadContext is the interface for external, non-CPU objects to access the thread, so they probably shouldn't be able to call syscall().  The case it was being used for was already handled by the ISA code.

src/arch/sparc/faults.cc:
src/cpu/thread_context.hh:
    Fix for merge problems.

--HG--
extra : convert_revision : 05a7a2d6e45099fcf36d113da2e52450d892a72c
src/arch/sparc/faults.cc
src/cpu/thread_context.hh