From: Gabe Black Date: Tue, 26 Nov 2019 01:34:55 +0000 (-0800) Subject: mem: Eliminate the now unused GENERIC_IPR request flag. X-Git-Tag: v19.0.0.0~11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=135595a4d79a30d715be64d3a2833a28434699c7;p=gem5.git mem: Eliminate the now unused GENERIC_IPR request flag. Jira Issue: https://gem5.atlassian.net/browse/GEM5-187 Change-Id: Id3aaffa4fa88032fd209c5c3b6f67283a6af1c48 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23187 Tested-by: kokoro Maintainer: Bobby R. Bruce Reviewed-by: Muhammad Sarmad Saeed Reviewed-by: Jason Lowe-Power --- diff --git a/src/mem/request.hh b/src/mem/request.hh index 891ce1409..aca9fe822 100644 --- a/src/mem/request.hh +++ b/src/mem/request.hh @@ -172,12 +172,6 @@ class Request */ KERNEL = 0x00001000, - /** - * The request should be handled by the generic IPR code (only - * valid together with MMAPPED_IPR) - */ - GENERIC_IPR = 0x08000000, - /** The request targets the secure memory space. */ SECURE = 0x10000000, /** The request is a page table walk */