mem: remove stray comment from signature_path_v2.cc
Change-Id: I5ddd2ddd6a9cb4fb032b48870c5ef6b0dc9533c0
This commit is contained in:
3
src/mem/cache/prefetch/signature_path_v2.cc
vendored
3
src/mem/cache/prefetch/signature_path_v2.cc
vendored
@@ -124,8 +124,9 @@ SignaturePathV2::handlePageCrossingLookahead(signature_t signature,
|
||||
// of them are unique, there are never "hits" in the GHR
|
||||
GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0);
|
||||
assert(gh_entry != nullptr);
|
||||
// Any address value works, as it is never used
|
||||
constexpr bool is_secure = false;
|
||||
globalHistoryRegister.insertEntry(0, is_secure, gh_entry); // false,
|
||||
globalHistoryRegister.insertEntry(0, is_secure, gh_entry);
|
||||
|
||||
gh_entry->signature = signature;
|
||||
gh_entry->lastBlock = last_offset;
|
||||
|
||||
Reference in New Issue
Block a user