mem: Eliminate the now unused GENERIC_IPR request flag.
authorGabe Black <gabeblack@google.com>
Tue, 26 Nov 2019 01:34:55 +0000 (17:34 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 11 Feb 2020 11:58:57 +0000 (11:58 +0000)
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 <noreply+kokoro@google.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Muhammad Sarmad Saeed <mssaeed@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/mem/request.hh

index 891ce1409c2860c4f81d2409abf099e7ae35bfe6..aca9fe8222c957b0212ec3e1c2a5f1d8973c85e5 100644 (file)
@@ -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 */