diff options
Diffstat (limited to 'src/arch/power/process.hh')
-rw-r--r-- | src/arch/power/process.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/power/process.hh b/src/arch/power/process.hh index 08efdfeec..348e3750f 100644 --- a/src/arch/power/process.hh +++ b/src/arch/power/process.hh @@ -57,8 +57,5 @@ class PowerProcess : public Process void setSyscallReturn(ThreadContext *tc, SyscallReturn return_value); }; -/* No architectural page table defined for this ISA */ -typedef NoArchPageTable ArchPageTable; - #endif // __POWER_PROCESS_HH__ |