[PATCH 1/2] Make dtstruct variable to be 8 byte aligned

2009-08-10 Thread M. Mohan Kumar
[PATCH 1/2] Make dtstruct variable to be 8 byte aligned kexec is creating a version 3 device tree to be backwards compatible. This version of the struct has 8-byte alignment for properties whose value is 8 or more bytes. As the code directly checks the pointer when deciding to add the alignment

Re: [PATCH 1/2] Make dtstruct variable to be 8 byte aligned

2009-08-12 Thread Simon Horman
On Mon, Aug 10, 2009 at 07:43:51PM +0530, M. Mohan Kumar wrote: > [PATCH 1/2] Make dtstruct variable to be 8 byte aligned > > kexec is creating a version 3 device tree to be backwards compatible. This > version of the struct has 8-byte alignment for properties whose value is 8 or >