changeset 584248437e4f in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=584248437e4f
description:
        need to add packet_access.hh in order to get tempalte definition

diffstat:

1 file changed, 1 insertion(+)
src/dev/x86/i8259.cc |    1 +

diffs (12 lines):

diff -r 83eee68e41bf -r 584248437e4f src/dev/x86/i8259.cc
--- a/src/dev/x86/i8259.cc      Thu Oct 16 22:22:17 2008 -0700
+++ b/src/dev/x86/i8259.cc      Thu Oct 16 22:22:47 2008 -0700
@@ -31,6 +31,8 @@
 #include "base/bitfield.hh"
 #include "dev/x86/i82094aa.hh"
 #include "dev/x86/i8259.hh"
+#include "mem/packet.hh"
+#include "mem/packet_access.hh"
 
 X86ISA::I8259::I8259(Params * p) : BasicPioDevice(p), IntDev(this),
                     latency(p->pio_latency), output(p->output),
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to