diff options
author | Brandon Potter <brandon.potter@amd.com> | 2018-08-28 14:39:24 -0400 |
---|---|---|
committer | Brandon Potter <Brandon.Potter@amd.com> | 2019-05-22 16:57:19 +0000 |
commit | c022369490ec94e332f6a09826ef3fc6ad063ca2 (patch) | |
tree | b22c009779266410e251a61f6b442b4ea2715889 /src/arch/x86 | |
parent | 5830ee78b6dcab87cf383a6cab1e534e1ae1baae (diff) | |
download | gem5-c022369490ec94e332f6a09826ef3fc6ad063ca2.tar.xz |
sim-se: 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
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>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/process.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86/process.hh b/src/arch/x86/process.hh index 9c2ec6506..544d5f61f 100644 --- a/src/arch/x86/process.hh +++ b/src/arch/x86/process.hh @@ -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; |