Review Board 2.0.15


devices: make more classes derive from BasicPioDevice

Review Request #1780 - Created March 21, 2013 and submitted

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 9594:3389e262b2fd
---------------------------
devices: make more classes derive from BasicPioDevice

A couple of devices that have single fixed memory mapped regions
were not derived from BasicPioDevice, when that's exactly
the functionality that BasicPioDevice provides.  This patch
gets rid of a little bit of redundant code by making those
devices actually do so.

Also fixed the weird case of X86ISA::Interrupts, where
the class already did derive from BasicPioDevice but
didn't actually use all the features it could have.

   

Issue Summary

2 1 0 1
Description From Last Updated Status
I'd always vote for putting this in the initializer list, but I leave it up to you Andreas Hansson March 24, 2013, 3:21 a.m. Open
Review request changed
Updated (July 13, 2013, 11:52 a.m.)

Status: Closed (submitted)