From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Make helper macros in trees.S more flexible In-Reply-To: Your message of "Thu, 18 Oct 2007 14:14:09 +1000." <20071018041409.GC8206@localhost.localdomain> References: <20071018041409.GC8206@localhost.localdomain> Date: Mon, 22 Oct 2007 11:38:05 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > This patch makes the helper macros in trees.S use separate labels for > the end of each dt subblock, rather than using only start labels. > This means that the macros can now be used to create trees with the > subblocks in non-standard orders. > > In addition, it adds a bunch of extra ; after lines of asm code in > macros, making them safe to use in nested macros. > > Signed-off-by: David Gibson Applied. jdl