summaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/process.hh7
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;