From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.osdl.org (smtp.osdl.org [65.172.181.4]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.osdl.org", Issuer "OSDL Hostmaster" (not verified)) by ozlabs.org (Postfix) with ESMTP id 0222968672 for ; Sat, 5 Nov 2005 06:20:43 +1100 (EST) Date: Fri, 4 Nov 2005 11:20:38 -0800 (PST) From: Linus Torvalds To: Paul Mackerras , linuxppc-dev@ozlabs.org In-Reply-To: <17249.30677.31240.212459@cargo.ozlabs.ibm.com> Message-ID: References: <17249.30677.31240.212459@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andrew Morton Subject: Re: ppc32/64 merge List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Paul, I get: arch/ppc64/include/asm/elf.h:190:8: warning: memset with byte count of -160 when checking ppc64 with sparse. It looks like it's even correct. I think elf_gregset_t gets set to elf_gregset_t32, which is why "struct pt_regs" is so much bigger than elf_gregset_t. Maybe it's a sparse bug. And maybe it isn't. Linus