From dc9f1a24b1e75c638d7dafc90eb98667bce55c1d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 27 Apr 2019 21:07:54 -0700 Subject: cpu: alpha: Delete all occurrances of the simPalCheck function. This is now handled within the ISA description. Change-Id: Ie409bb46d102e59d4eb41408d9196fe235626d32 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18434 Reviewed-by: Gabe Black Maintainer: Gabe Black Tested-by: kokoro --- src/cpu/simple/exec_context.hh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cpu/simple') diff --git a/src/cpu/simple/exec_context.hh b/src/cpu/simple/exec_context.hh index 938bb784a..fb4ced381 100644 --- a/src/cpu/simple/exec_context.hh +++ b/src/cpu/simple/exec_context.hh @@ -502,16 +502,6 @@ class SimpleExecContext : public ExecContext { /** Returns a pointer to the ThreadContext. */ ThreadContext *tcBase() override { return thread->getTC(); } - /** - * Check for special simulator handling of specific PAL calls. If - * return value is false, actual PAL call will be suppressed. - */ - bool - simPalCheck(int palFunc) override - { - return thread->simPalCheck(palFunc); - } - bool readPredicate() const override { -- cgit v1.2.3