linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Add missing SZ_{32,64,128}
Date: Tue, 21 Dec 2010 10:43:45 +0000	[thread overview]
Message-ID: <20101221104345.GN28157@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1292906386-15195-1-git-send-email-swarren@nvidia.com>

On Mon, Dec 20, 2010 at 09:39:46PM -0700, Stephen Warren wrote:
> ... and also remove misleading comment stating that this header is
> auto-generated.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

Ok, can go to the patch system, thanks.

> ---
>  arch/arm/include/asm/sizes.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/include/asm/sizes.h b/arch/arm/include/asm/sizes.h
> index 4fc1565..316bb2b 100644
> --- a/arch/arm/include/asm/sizes.h
> +++ b/arch/arm/include/asm/sizes.h
> @@ -13,9 +13,6 @@
>   * along with this program; if not, write to the Free Software
>   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
>   */
> -/* DO NOT EDIT!! - this file automatically generated
> - *                 from .s file by awk -f s2h.awk
> - */
>  /*  Size definitions
>   *  Copyright (C) ARM Limited 1998. All rights reserved.
>   */
> @@ -25,6 +22,9 @@
>  
>  /* handy sizes */
>  #define SZ_16				0x00000010
> +#define SZ_32				0x00000020
> +#define SZ_64				0x00000040
> +#define SZ_128				0x00000080
>  #define SZ_256				0x00000100
>  #define SZ_512				0x00000200
>  
> -- 
> 1.7.2.3
> nvpublic
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2010-12-21 10:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1292622090-21896-1-git-send-email-swarren@nvidia.com>
     [not found] ` <1292622090-21896-2-git-send-email-swarren@nvidia.com>
2010-12-18  0:04   ` [PATCH 01/11] ARM: Add SZ_128 Stephen Warren
2010-12-20  9:30     ` Uwe Kleine-König
2010-12-21  4:39       ` [PATCH] ARM: Add missing SZ_{32,64,128} Stephen Warren
2010-12-21  8:31         ` Uwe Kleine-König
2010-12-21 10:43         ` Russell King - ARM Linux [this message]
2010-12-22  5:31           ` Stephen Warren
2010-12-22  7:18             ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101221104345.GN28157@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).