aarch64: remove "mrs <Xt>, currentel" opcode

"currentel" special register is not accessible in debug state.

Change-Id: I9022b01b423cd9ae8227ed018d6166078ba44832
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
gitignore-build
Matthias Welwarsky 2016-10-20 17:13:36 +02:00
parent 2407721e14
commit 8f59ee3871
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@
#include "arm_opcodes.h"
/* ARM V8 Move from system register to general purpose register
* R = 1: SPSR R = 0: CPSR
* Rn: target register
*/
#define SYSTEM_CUREL 0b1100001000010010
#define SYSTEM_CUREL_MASK 0xC0
#define SYSTEM_CUREL_SHIFT 6
#define SYSTEM_CUREL_EL0 0x0