Revert "[fuchsia] re-introduce pstate temporarily"

This reverts commit 7f71c57a29cd9cfa719eb7730d8984aaef4adc05.

Reason for revert: Fuchsia has been transitioned to spsr.

Original change's description:
> [fuchsia] re-introduce pstate temporarily
> 
> https://fuchsia.googlesource.com/garnet/+/master/bin/zxdb/client/minidump_remote_api.cc#127
> still depends on pstate and we cannot run CQ for hard transitions in Fuchsia yet
> 
> Change-Id: Iea2bfc670871a8fe3f389cc54627733e6069ecbe
> Reviewed-on: https://chromium-review.googlesource.com/c/1318067
> Reviewed-by: Scott Graham <scottmg@chromium.org>
> Commit-Queue: Francois Rousseau <frousseau@google.com>

TBR=scottmg@chromium.org,frousseau@google.com

Change-Id: I5a13cab9a11b6c1262d6832e2dd5b09cad5b3740
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/1321269
Reviewed-by: Francois Rousseau <frousseau@google.com>
Commit-Queue: Francois Rousseau <frousseau@google.com>
This commit is contained in:
Francois Rousseau 2018-11-06 22:11:43 +00:00 committed by Commit Bot
parent 3663b7cbbe
commit 71c75401c4

View File

@ -299,12 +299,7 @@ struct CPUContextARM64 {
uint64_t regs[31];
uint64_t sp;
uint64_t pc;
// TODO(frousseau): remove pstate once clients have transitioned to spsr,
// notably zxdb in Fuchsia.
union {
uint32_t spsr;
uint64_t pstate;
};
uint32_t spsr;
uint128_struct fpsimd[32];
uint32_t fpsr;