aboutsummaryrefslogtreecommitdiff
path: root/aarch64/el1_common/svc.c
diff options
context:
space:
mode:
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"
-};
-