From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 31 Oct 2005 13:14:22 -0800 From: Matt Mackall Subject: Re: [PATCH 13/20] inflate: (arch) kill silly zlib typedefs Message-ID: <20051031211422.GC4367@waste.org> References: <14.196662837@selenic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Geert Uytterhoeven Cc: Andrew Morton , Linux Kernel Development , linux-arch@vger.kernel.org List-ID: On Mon, Oct 31, 2005 at 10:05:15PM +0100, Geert Uytterhoeven wrote: > On Mon, 31 Oct 2005, Matt Mackall wrote: > > inflate: remove legacy type definitions from callers > > > > This replaces the legacy zlib typedefs and usage with kernel types in > > all the inflate users. > > > -static ulg free_mem_ptr; > > -static ulg free_mem_ptr_end; > > +static u32 free_mem_ptr; > > +static u32 free_mem_ptr_end; > > Bang, on 64-bit platforms... That was quick. Yes, this is broken on Alpha. The other 64-bit arches use proper pointers here. But I need to change all the arches to use the same pointer type, probably as patch 8.5 in the series. -- Mathematics is the supreme nostalgia of our time.