On Tue, Jun 16, 2015 at 11:42 PM, Markus Armbruster wrote:
> Peter Crosthwaite writes:
>
>> On Tue, Jun 16, 2015 at 8:09 AM, Markus Armbruster wrote:
>>> Peter Crosthwaite writes:
>>>
The monitor currently has one helper, mon_get_cpu() which will return
an env pointer. The target spec
Peter Crosthwaite writes:
> On Tue, Jun 16, 2015 at 8:09 AM, Markus Armbruster wrote:
>> Peter Crosthwaite writes:
>>
>>> The monitor currently has one helper, mon_get_cpu() which will return
>>> an env pointer. The target specific users of this API want an env, but
>>> all the target agnostic
On Tue, Jun 16, 2015 at 8:09 AM, Markus Armbruster wrote:
> Peter Crosthwaite writes:
>
>> The monitor currently has one helper, mon_get_cpu() which will return
>> an env pointer. The target specific users of this API want an env, but
>> all the target agnostic users really just want the cpu poin
Peter Crosthwaite writes:
> The monitor currently has one helper, mon_get_cpu() which will return
> an env pointer. The target specific users of this API want an env, but
> all the target agnostic users really just want the cpu pointer. These
> users then need to use the target-specifically defin
Peter Crosthwaite writes:
> The monitor currently has one helper, mon_get_cpu() which will return
> an env pointer. The target specific users of this API want an env, but
> all the target agnostic users really just want the cpu pointer. These
> users then need to use the target-specifically defin
Markus Armbruster writes:
> Peter Crosthwaite writes:
>
>> The monitor currently has one helper, mon_get_cpu() which will return
>> an env pointer. The target specific users of this API want an env, but
>> all the target agnostic users really just want the cpu pointer. These
>> users then need t
The monitor currently has one helper, mon_get_cpu() which will return
an env pointer. The target specific users of this API want an env, but
all the target agnostic users really just want the cpu pointer. These
users then need to use the target-specifically defined ENV_GET_CPU to
navigate back up t