From 6ed567d6002df081dd6cf2db6685d3e66c11272b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 17 Nov 2016 04:54:14 -0500 Subject: alpha: Remove ALPHA tru64 support and associated tests No one appears to be using it, and it is causing build issues and increases the development and maintenance effort. --- src/arch/alpha/kernel_stats.cc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/arch/alpha/kernel_stats.cc') diff --git a/src/arch/alpha/kernel_stats.cc b/src/arch/alpha/kernel_stats.cc index 94142a031..ada79c757 100644 --- a/src/arch/alpha/kernel_stats.cc +++ b/src/arch/alpha/kernel_stats.cc @@ -39,7 +39,6 @@ #include "base/trace.hh" #include "cpu/thread_context.hh" #include "debug/Context.hh" -#include "kern/tru64/tru64_syscalls.hh" #include "sim/system.hh" using namespace std; @@ -181,16 +180,6 @@ Statistics::callpal(int code, ThreadContext *tc) return; _callpal[code]++; - - switch (code) { - case PAL::callsys: { - int number = tc->readIntReg(0); - if (SystemCalls::validSyscallNumber(number)) { - int cvtnum = SystemCalls::convert(number); - _syscall[cvtnum]++; - } - } break; - } } void -- cgit v1.2.3