diff mbox

target-arm/cpu.h: remove pending_exception

Message ID 1434020015-8868-1-git-send-email-alex.bennee@linaro.org
State New
Headers show

Commit Message

Alex Bennée June 11, 2015, 10:53 a.m. UTC
This isn't used by any of the code. In fact it looks like it was never
used as it came in with ARMv7 support.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 target-arm/cpu.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Maydell June 12, 2015, 2:13 p.m. UTC | #1
On 11 June 2015 at 11:53, Alex Bennée <alex.bennee@linaro.org> wrote:
> This isn't used by any of the code. In fact it looks like it was never
> used as it came in with ARMv7 support.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  target-arm/cpu.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/target-arm/cpu.h b/target-arm/cpu.h
> index 21b5b8e..7c1d95c 100644
> --- a/target-arm/cpu.h
> +++ b/target-arm/cpu.h
> @@ -384,7 +384,6 @@ typedef struct CPUARMState {
>          uint32_t control;
>          int current_sp;
>          int exception;
> -        int pending_exception;
>      } v7m;
>
>      /* Information associated with an exception about to be taken:

Applied, thanks.

-- PMM
diff mbox

Patch

diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 21b5b8e..7c1d95c 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -384,7 +384,6 @@  typedef struct CPUARMState {
         uint32_t control;
         int current_sp;
         int exception;
-        int pending_exception;
     } v7m;
 
     /* Information associated with an exception about to be taken: