RealView: Fix the 24 and 100MHz clocks which were providing incorrect values.
[gem5.git] / src / dev / arm / realview.cc
index 303c40912e78dc1d047abed52786b6ef82c556e7..b27c3e58dce86419cc66be2712dcff0921f18463 100644 (file)
@@ -108,15 +108,13 @@ RealView::pciToDma(Addr pciAddr) const
 Addr
 RealView::calcPciConfigAddr(int bus, int dev, int func)
 {
-    panic("Need implementation\n");
-    M5_DUMMY_RETURN
+    return ULL(-1);
 }
 
 Addr
 RealView::calcPciIOAddr(Addr addr)
 {
-    panic("Need implementation\n");
-    M5_DUMMY_RETURN
+    return addr;
 }
 
 Addr