41a42,45
> # Get paths we might need. It's expected this file is in m5/configs/example.
> config_path = os.path.dirname(os.path.abspath(__file__))
> config_root = os.path.dirname(config_path)
>
56a61
> execfile(os.path.join(config_root, "common", "Options.py"))
58,59d62
< execfile("Options.py")
<