From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [RFC 07/24] xen: Use the right string comparison function in device tree Date: Thu, 22 Aug 2013 14:23:30 +0100 Message-ID: <521610D2.2030704@linaro.org> References: <1376687156-6737-1-git-send-email-julien.grall@linaro.org> <1376687156-6737-8-git-send-email-julien.grall@linaro.org> <1377177066.2825.7.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1377177066.2825.7.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: patches@linaro.org, xen-devel@lists.xen.org, andre.przywara@linaro.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 08/22/2013 02:11 PM, Ian Campbell wrote: > On Fri, 2013-08-16 at 22:05 +0100, Julien Grall wrote: >> When of_node_cmp and of_compat_cmp was introduced in commit fb97eb6 >> "xen/arm: Create a hierarchical device tree", they were copied from the wrong >> Linux header. > > I probably don't want to know why Linux defines this more than once with > a different interface... Sparc architecture uses different string comparaison. I don't really understand why. > >> Signed-off-by: Julien Grall > > Acked-by: Ian Campbell > > -- Julien Grall