projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95e8ab
)
x86: pagetable walker: fix typo in comment
author
Bjoern A. Zeeb
<baz21@cam.ac.uk>
Mon, 16 Nov 2015 10:58:39 +0000
(
04:58
-0600)
committer
Bjoern A. Zeeb
<baz21@cam.ac.uk>
Mon, 16 Nov 2015 10:58:39 +0000
(
04:58
-0600)
src/arch/x86/pagetable_walker.cc
patch
|
blob
|
history
diff --git
a/src/arch/x86/pagetable_walker.cc
b/src/arch/x86/pagetable_walker.cc
index f2f11aa45d92f7e1b53a62a65e367362cdc2b550..5c9ab6beb7ca6ed0566e691364c92ce079ef121c 100644
(file)
--- a/
src/arch/x86/pagetable_walker.cc
+++ b/
src/arch/x86/pagetable_walker.cc
@@
-622,7
+622,7
@@
Walker::WalkerState::recvPacket(PacketPtr pkt)
nextState = Waiting;
if (timingFault == NoFault) {
/*
- * Finish the translation. Now that we now the right entry is
+ * Finish the translation. Now that we
k
now the right entry is
* in the TLB, this should work with no memory accesses.
* There could be new faults unrelated to the table walk like
* permissions violations, so we'll need the return value as