Searched hist:9736 (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/common/
H A DOptions.pydiff 9736:20ae86ebd4c2 Mon Jun 03 07:40:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> config: Add missing CPUs to --restore-with-cpu

The --restore-with-cpu option didn't use CpuConfig.cpu_names() to
determine which CPU names are valid, instead it used a static list of
known CPU names. This changeset makes the option parsing code use the
CPU list from the CpuConfig module instead.

Completed in 26 milliseconds