dvfs_handler.cc (11321:02e930db812d) dvfs_handler.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 25 unchanged lines hidden (view full) ---

34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Vasileios Spiliopoulos
38 * Akash Bagdia
39 * Stephan Diestelhorst
40 */
41
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 25 unchanged lines hidden (view full) ---

34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Vasileios Spiliopoulos
38 * Akash Bagdia
39 * Stephan Diestelhorst
40 */
41
42#include "sim/dvfs_handler.hh"
43
42#include <set>
43#include <utility>
44
45#include "base/misc.hh"
46#include "debug/DVFS.hh"
47#include "params/DVFSHandler.hh"
48#include "sim/clock_domain.hh"
44#include <set>
45#include <utility>
46
47#include "base/misc.hh"
48#include "debug/DVFS.hh"
49#include "params/DVFSHandler.hh"
50#include "sim/clock_domain.hh"
49#include "sim/dvfs_handler.hh"
50#include "sim/stat_control.hh"
51#include "sim/voltage_domain.hh"
52
53//
54//
55// DVFSHandler methods implementation
56//
57

--- 179 unchanged lines hidden ---
51#include "sim/stat_control.hh"
52#include "sim/voltage_domain.hh"
53
54//
55//
56// DVFSHandler methods implementation
57//
58

--- 179 unchanged lines hidden ---