Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [STABLE][PATCH] initscripts: set alignment to 0 for armv7a
Date: Wed, 01 Apr 2009 10:33:19 -0400	[thread overview]
Message-ID: <49D37B2F.3000509@balister.org> (raw)
In-Reply-To: <1238532015-3141-1-git-send-email-k.kooi@student.utwente.nl>

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

Acked-by: Philip Balister (philip@balister.org)

Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  recipes/initscripts/files/arm/alignment.sh |    8 ++++++--
>  recipes/initscripts/initscripts_1.0.bb     |    2 +-
>  2 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/initscripts/files/arm/alignment.sh b/recipes/initscripts/files/arm/alignment.sh
> index 32a9eaa..1082908 100644
> --- a/recipes/initscripts/files/arm/alignment.sh
> +++ b/recipes/initscripts/files/arm/alignment.sh
> @@ -1,6 +1,10 @@
>  #!/bin/sh
>  
> -if [ -e /proc/cpu/alignment ] && ! [ $(uname -m) = "armv7l" ]; then
> -   echo "3" > /proc/cpu/alignment
> +if [ -e /proc/cpu/alignment ] ; then
> +   if [ $(uname -m) = "armv7l" ]; then
> +       echo "0" > /proc/cpu/alignment
> +   else
> +       echo "3" > /proc/cpu/alignment
> +   fi
>  fi
>  
> diff --git a/recipes/initscripts/initscripts_1.0.bb b/recipes/initscripts/initscripts_1.0.bb
> index b497576..556fbe4 100644
> --- a/recipes/initscripts/initscripts_1.0.bb
> +++ b/recipes/initscripts/initscripts_1.0.bb
> @@ -4,7 +4,7 @@ PRIORITY = "required"
>  DEPENDS = "makedevs"
>  RDEPENDS = "makedevs"
>  LICENSE = "GPL"
> -PR = "r112"
> +PR = "r113"
>  
>  SRC_URI = "file://functions \
>             file://halt \

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

      reply	other threads:[~2009-04-01 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-31 20:40 [STABLE][PATCH] initscripts: set alignment to 0 for armv7a Koen Kooi
2009-04-01 14:33 ` Philip Balister [this message]

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=49D37B2F.3000509@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.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