From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 1/2] Add C99-style constructor macros for specific-sized integers Date: Mon, 03 Mar 2008 12:15:59 +0000 Message-ID: <8809.1204546559@redhat.com> References: <20080303114310.GA28139@flint.arm.linux.org.uk> <4a8566f54ff84f498c5c0c0340076c296b1840e6@tazenda.hos.anvin.org> <8260.1204541852@redhat.com> Return-path: In-Reply-To: <20080303114310.GA28139-f404yB8NqCZvn6HldHNs0ANdhmdF6hFW@public.gmane.org> Sender: linux-arch-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: To: Russell King Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, "H. Peter Anvin" , Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , Linux Arch Mailing List , David Brownell Russell King wrote: > > And #if defined(__ASSEMBLY__), just splat x through as is. > > We already have something like this on ARM - include/asm-arm/memory.h Which you could perhaps replace. David -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:50880 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751378AbYCCMQ4 (ORCPT ); Mon, 3 Mar 2008 07:16:56 -0500 From: David Howells In-Reply-To: <20080303114310.GA28139@flint.arm.linux.org.uk> References: <20080303114310.GA28139@flint.arm.linux.org.uk> <4a8566f54ff84f498c5c0c0340076c296b1840e6@tazenda.hos.anvin.org> <8260.1204541852@redhat.com> Subject: Re: [PATCH 1/2] Add C99-style constructor macros for specific-sized integers Date: Mon, 03 Mar 2008 12:15:59 +0000 Message-ID: <8809.1204546559@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Russell King Cc: dhowells@redhat.com, "H. Peter Anvin" , Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , Linux Arch Mailing List , David Brownell Message-ID: <20080303121559.QrfGnkJeYhvk2SsCAFDHP4mjP7TIK5UgdUpQcFUsiT4@z> Russell King wrote: > > And #if defined(__ASSEMBLY__), just splat x through as is. > > We already have something like this on ARM - include/asm-arm/memory.h Which you could perhaps replace. David