projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f5da1
)
need to add packet_access.hh in order to get tempalte definition
author
Nathan Binkert
<nate@binkert.org>
Fri, 17 Oct 2008 05:22:47 +0000
(22:22 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Fri, 17 Oct 2008 05:22:47 +0000
(22:22 -0700)
src/dev/x86/i8259.cc
patch
|
blob
|
history
diff --git
a/src/dev/x86/i8259.cc
b/src/dev/x86/i8259.cc
index 2d460b96dac90216d1ff19b378150317c144457a..b3d3a5aa24b4b517f59865dfe14a1b77176ac2c8 100644
(file)
--- a/
src/dev/x86/i8259.cc
+++ b/
src/dev/x86/i8259.cc
@@
-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),