Re: powerpc/85xx: Move ePAPR paravirt initialization earlier
From: Scott Wood <hidden>
Date: 2013-06-26 18:57:08
From: Scott Wood <hidden>
Date: 2013-06-26 18:57:08
On 06/26/2013 07:36:23 AM, Tudor Laurentiu wrote:
On 06/26/2013 02:14 AM, Scott Wood wrote:quoted
This would require converting the code to use the early device tree functions. =20=20 I see. Had a look at that api and it seems pretty limited. I couldn't find a simple way of reading a property other than =20 scanning the entire tree with of_scan_flat_dt().
What's wrong with scanning the entire tree? The data format doesn't =20 allow any more efficient type of lookup (it was designed to be simple =20 and small, not fast). -Scott=