sim-se: remove comment for code that moved
authorBrandon Potter <brandon.potter@amd.com>
Tue, 28 Aug 2018 18:39:24 +0000 (14:39 -0400)
committerBrandon Potter <Brandon.Potter@amd.com>
Wed, 22 May 2019 16:57:19 +0000 (16:57 +0000)
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/12300
Maintainer: Brandon Potter <Brandon.Potter@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/arch/x86/process.hh

index 9c2ec6506a00133bfcd4a62fb600e27f59cfd7c1..544d5f61f704f70ae31cafce8e9ee2f2f6e0ff41 100644 (file)
@@ -60,13 +60,6 @@ namespace X86ISA
     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;