[PATCH v8 01/16] FDT: introduce global phandle allocation
Andrew Jones
drjones at redhat.com
Tue Dec 20 01:43:39 PST 2016
On Mon, Dec 19, 2016 at 06:43:29PM +0000, Andre Przywara wrote:
> Well, yes. The problem is that AFAIK you cannot initialize an array
> easily with all the values getting set to something other than zero.
u32 phandles[PHANDLES_MAX] = { [0 ... PHANDLES_MAX-1] = FDT_INVALID_PHANDLE };
(Unrelated, but could you please add format.subjectprefix = PATCH kvmtool
to your git config. I just suggested via a kvmtool README patch...)
Thanks,
drew
More information about the linux-arm-kernel
mailing list