summaryrefslogtreecommitdiff
path: root/kern/linux/linux_system.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-07-30 17:13:24 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-07-30 17:13:24 -0400
commitb376c6f4204f0c9de448bea1f610feef10f89929 (patch)
tree98c7a58119cf30bc663b3d2bfd8102cc685c44c9 /kern/linux/linux_system.hh
parent46d3c406753d124587ccc53acc0146a7fb5f960c (diff)
downloadgem5-b376c6f4204f0c9de448bea1f610feef10f89929.tar.xz
Added debug printk support
arch/alpha/ev5.hh: Added max address PAL code can be at arch/alpha/vtophys.cc: Check max address pal can be at so we don't do the wrong conversion if gdb asks for an unaligned access. --HG-- extra : convert_revision : b44f6a8fcd8582337a7d4033f28137c7e718a6a8
Diffstat (limited to 'kern/linux/linux_system.hh')
-rw-r--r--kern/linux/linux_system.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/kern/linux/linux_system.hh b/kern/linux/linux_system.hh
index 4f5a74259..e7cdf140d 100644
--- a/kern/linux/linux_system.hh
+++ b/kern/linux/linux_system.hh
@@ -46,7 +46,7 @@ const Addr PARAM_ADDR = ULL(0xfffffc000030a000);
class ExecContext;
class ElfObject;
class SymbolTable;
-
+class DebugPrintkEvent;
class BreakPCEvent;
class LinuxSkipDelayLoopEvent;
class SkipFuncEvent;
@@ -87,6 +87,9 @@ class LinuxSystem : public System
/** PC based event to skip the ide_delay_50ms() call */
SkipFuncEvent *skipIdeDelay50msEvent;
+ /** PC based event to skip the dprink() call and emulate its functionality */
+ DebugPrintkEvent *debugPrintkEvent;
+
/** Skip calculate_delay_loop() rather than waiting for this to be
* calculated
*/