All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Bastian Koppelmann" <kbastian@mail.uni-paderborn.de>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Joe Komlodi" <komlodi@xilinx.com>,
	"David Brenken" <david.brenken@efs-auto.org>,
	"Andreas Konopik" <andreas.konopik@efs-auto.de>
Subject: [PATCH 3/3] target/tricore: Remove unused definitions
Date: Wed, 27 Jan 2021 23:42:55 +0100	[thread overview]
Message-ID: <20210127224255.3505711-4-f4bug@amsat.org> (raw)
In-Reply-To: <20210127224255.3505711-1-f4bug@amsat.org>

Remove these confusing and unused definitions.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 target/tricore/cpu.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/target/tricore/cpu.h b/target/tricore/cpu.h
index b82349d1b10..4b61a2c03f8 100644
--- a/target/tricore/cpu.h
+++ b/target/tricore/cpu.h
@@ -375,18 +375,6 @@ typedef TriCoreCPU ArchCPU;
 
 #include "exec/cpu-all.h"
 
-enum {
-    /* 1 bit to define user level / supervisor access */
-    ACCESS_USER  = 0x00,
-    ACCESS_SUPER = 0x01,
-    /* 1 bit to indicate direction */
-    ACCESS_STORE = 0x02,
-    /* Type of instruction that generated the access */
-    ACCESS_CODE  = 0x10, /* Code fetch access                */
-    ACCESS_INT   = 0x20, /* Integer load/store access        */
-    ACCESS_FLOAT = 0x30, /* floating point load/store access */
-};
-
 void cpu_state_reset(CPUTriCoreState *s);
 void tricore_tcg_init(void);
 int cpu_tricore_signal_handler(int host_signum, void *pinfo, void *puc);
-- 
2.26.2



  parent reply	other threads:[~2021-01-27 22:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-27 22:42 [PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address() Philippe Mathieu-Daudé
2021-01-27 22:42 ` [PATCH 1/3] target/tricore: Replace magic value by MMU_DATA_LOAD definition Philippe Mathieu-Daudé
2021-02-10 12:00   ` Bastian Koppelmann
2021-01-27 22:42 ` [PATCH 2/3] target/tricore: Pass MMUAccessType to get_physical_address() Philippe Mathieu-Daudé
2021-02-10 12:09   ` Bastian Koppelmann
2021-01-27 22:42 ` Philippe Mathieu-Daudé [this message]
2021-02-10 12:10   ` [PATCH 3/3] target/tricore: Remove unused definitions Bastian Koppelmann
2021-02-10 11:19 ` [PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address() Philippe Mathieu-Daudé
2021-02-10 12:12 ` Bastian Koppelmann
2021-03-09 22:46   ` Philippe Mathieu-Daudé

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=20210127224255.3505711-4-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=andreas.konopik@efs-auto.de \
    --cc=david.brenken@efs-auto.org \
    --cc=kbastian@mail.uni-paderborn.de \
    --cc=komlodi@xilinx.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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.