Looks like unnecessary mapping of capability
jaeyong yoo
y.jaeyong at ...9...
Wed Jan 30 02:20:33 CET 2013
Hello! Genode,
>From time to time, I saw something like this:
l4_task_map(L4_BASE_TASK_CAP, L4_BASE_TASK_CAP,
l4_obj_fpage(A.dst(), 0, L4_FPAGE_RWX),
B.dst() | L4_ITEM_MAP);
I think it looks like a unnecessary mapping, because rather than mapping,
we can just copy the capability like this,
A = B.
Since I'm feeling like I miss something here, could you tell me the
difference between two of them?
Best regards,
Jaeyong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genode.org/pipermail/users/attachments/20130130/14d94e6f/attachment.html>
More information about the users
mailing list