Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/12300

Change subject: syscall_emul: remove comment for code that moved
......................................................................

syscall_emul: remove comment for code that moved

The page table code must have moved from this class, because
the comment no longer accurately reflects upon any of the
surrounding code.

Change-Id: If08a4298c1237a541d9875ddeaf3d3ecfd98e9db
---
M src/arch/x86/process.hh
1 file changed, 0 insertions(+), 7 deletions(-)



diff --git a/src/arch/x86/process.hh b/src/arch/x86/process.hh
index 31706cf..b9052c4 100644
--- a/src/arch/x86/process.hh
+++ b/src/arch/x86/process.hh
@@ -60,13 +60,6 @@
     class X86Process : public Process
     {
       protected:
-        /**
-         * Declaration of architectural page table for x86.
-         *
-         * These page tables are stored in system memory and respect x86
-         * specification.
-         */
-
         Addr _gdtStart;
         Addr _gdtSize;


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/12300
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: If08a4298c1237a541d9875ddeaf3d3ecfd98e9db
Gerrit-Change-Number: 12300
Gerrit-PatchSet: 1
Gerrit-Owner: Brandon Potter <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to