All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: qemu-devel@nongnu.org
Cc: dbaryshkov@gmail.com, Marek Vasut <marek.vasut@gmail.com>
Subject: [Qemu-devel] [PATCH] ARM7TDMI: Enable ARMv4T features
Date: Fri,  9 Sep 2011 02:22:50 +0200	[thread overview]
Message-ID: <1315527770-22318-1-git-send-email-marek.vasut@gmail.com> (raw)

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
---
 target-arm/helper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/target-arm/helper.c b/target-arm/helper.c
index 58cd99f..2f3e937 100644
--- a/target-arm/helper.c
+++ b/target-arm/helper.c
@@ -53,6 +53,7 @@ static void cpu_reset_model_id(CPUARMState *env, uint32_t id)
     env->cp15.c0_cpuid = id;
     switch (id) {
     case ARM_CPUID_ARM7TDMI:
+        set_feature(env, ARM_FEATURE_V4T);
         // set_feature(env, ARM_FEATURE_ABORT_BU);
 	// set_feature(env, ARM_FEATURE_NO_CP15);
         break;
-- 
1.7.5.4

             reply	other threads:[~2011-09-09  0:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09  0:22 Marek Vasut [this message]
2011-09-09  7:52 ` [Qemu-devel] [PATCH] ARM7TDMI: Enable ARMv4T features Peter Maydell
2011-09-09  9:06   ` Marek Vasut

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=1315527770-22318-1-git-send-email-marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=dbaryshkov@gmail.com \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.