malta_io.cc (8229:78bf55f23338) | malta_io.cc (8739:925f15f96322) |
---|---|
1/* 2 * Copyright (c) 2004-2005 The Regents of The University of Michigan 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 29 unchanged lines hidden (view full) --- 38 39#include <deque> 40#include <string> 41#include <vector> 42 43#include "base/time.hh" 44#include "base/trace.hh" 45#include "config/the_isa.hh" | 1/* 2 * Copyright (c) 2004-2005 The Regents of The University of Michigan 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 29 unchanged lines hidden (view full) --- 38 39#include <deque> 40#include <string> 41#include <vector> 42 43#include "base/time.hh" 44#include "base/trace.hh" 45#include "config/the_isa.hh" |
46#include "debug/Malta.hh" |
|
46#include "dev/mips/malta.hh" 47#include "dev/mips/malta_cchip.hh" 48#include "dev/mips/malta_io.hh" 49#include "dev/mips/maltareg.h" 50#include "dev/rtcreg.h" 51#include "mem/packet.hh" 52#include "mem/packet_access.hh" 53#include "mem/port.hh" --- 97 unchanged lines hidden --- | 47#include "dev/mips/malta.hh" 48#include "dev/mips/malta_cchip.hh" 49#include "dev/mips/malta_io.hh" 50#include "dev/mips/maltareg.h" 51#include "dev/rtcreg.h" 52#include "mem/packet.hh" 53#include "mem/packet_access.hh" 54#include "mem/port.hh" --- 97 unchanged lines hidden --- |