From dd5b1a674ece6f4fcff2f8db034852b1f05ac9e6 Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Mon, 1 May 2023 15:55:00 -0700 Subject: [PATCH] dev-amdgpu: Remove unused psp_ring_retval integer This change addresses the compiler failures that have been causing any GCN3_X86 build to fail. https://jenkins.gem5.org/job/compiler-checks/589/ Change-Id: Ifd8e2ef89549752ca4aedf0bc9fa47e831a822d3 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/70217 Reviewed-by: Matthew Poremba Reviewed-by: Matt Sinclair Maintainer: Matthew Poremba Tested-by: kokoro --- src/dev/amdgpu/amdgpu_nbio.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dev/amdgpu/amdgpu_nbio.hh b/src/dev/amdgpu/amdgpu_nbio.hh index 68d174e870..d1e5391ec4 100644 --- a/src/dev/amdgpu/amdgpu_nbio.hh +++ b/src/dev/amdgpu/amdgpu_nbio.hh @@ -109,7 +109,6 @@ class AMDGPUNbio Addr psp_ring_dev_addr = 0; Addr psp_ring_listen_addr = 0; int psp_ring_size = 0; - int psp_ring_retval = 0; int psp_ring_value = 0; };