arch-gcn3: ensure that atomics follow HSA conventions
[gem5.git] / src / dev / mc146818.hh
index 741dca33696f621c66d0a1f5a87411b96ce248b5..038141b2f639da7de69c73654fe256c169d9c40c 100644 (file)
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * Authors: Ali Saidi
- *          Andrew Schultz
- *          Miguel Serrano
  */
 
 #ifndef __DEV_MC146818_HH__
@@ -35,7 +31,8 @@
 
 #include "base/bitunion.hh"
 #include "base/logging.hh"
-#include "sim/eventq_impl.hh"
+#include "sim/core.hh"
+#include "sim/eventq.hh"
 
 /** Real-Time Clock (MC146818) */
 class MC146818 : public EventManager