aboutsummaryrefslogtreecommitdiff
path: root/aarch64/el1_common/svc.c
diff options
context:
space:
mode:
authorGreg Bellows <greg.bellows@linaro.org>2015-04-10 15:41:32 -0500
committerGreg Bellows <greg.bellows@linaro.org>2015-04-10 15:41:32 -0500
commit0203f6cb497a47a9dce9ed0cadf87cbe4a5cc824 (patch)
tree6d8f48cdd1b931f4cc311ae90ce08026257e84e5 /aarch64/el1_common/svc.c
parent883ed9abfe647f7c4454d1e7886597f847d37d99 (diff)
Commonize 32/64 EL1 code
Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Diffstat (limited to 'aarch64/el1_common/svc.c')
-rw-r--r--aarch64/el1_common/svc.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/aarch64/el1_common/svc.c b/aarch64/el1_common/svc.c
deleted file mode 100644
index 3118702..0000000
--- a/aarch64/el1_common/svc.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "svc.h"
-
-const char *svc_op_name[] = {
- [SVC_OP_EXIT] = "SVC_OP_EXIT",
- [SVC_OP_ALLOC] = "SVC_OP_ALLOC",
- [SVC_OP_MAP] = "SVC_OP_MAP",
- [SVC_OP_YIELD] = "SVC_OP_YIELD",
- [SVC_OP_GET_SYSCNTL] = "SVC_OP_GET_SYSCNTL",
- [SVC_OP_GET_REG] = "SVC_OP_GET_REG",
- [SVC_OP_SET_REG] = "SVC_OP_SET_REG",
- [SVC_OP_TEST] = "SVC_OP_TEST",
- [SVC_OP_DISPATCH] = "SVC_OP_DISPATCH"
-};
-