Skip to content

Commit

Permalink
kvx: rename k1c to kvx
Browse files Browse the repository at this point in the history
Summary: Pretty self explanatory

Test Plan: NA

Reviewers: O51 Linux Coolidge!

Subscribers: #linux_coolidge_cc

Differential Revision: https://phab.kalray.eu/D5006
  • Loading branch information
clementleger authored and d3athjest3r committed Oct 17, 2023
1 parent 70b336d commit 048bb2d
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# define ARG_CTID ((current_personality != 1) ? 3 : 4)
# define ARG_TLS ((current_personality != 1) ? 4 : 3)
#elif defined ALPHA || defined TILE || defined OR1K || defined RISCV \
|| defined K1C
|| defined KVX
# define ARG_FLAGS 0
# define ARG_STACK 1
# define ARG_PTID 2
Expand Down
7 changes: 4 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ loongarch64)
arch=loongarch64
karch=loongarch
AC_DEFINE([LOONGARCH64], 1, [Define for the 64-bit LoongArch architecture.])
k1*)
arch=k1c
AC_DEFINE([K1C], 1, [Define for the K1C architecture])
;;
kvx*)
arch=kvx
AC_DEFINE([KVX], 1, [Define for the kvx architecture])
;;
m68k)
arch=m68k
Expand Down
2 changes: 1 addition & 1 deletion src/linux/kvx/arch_defs_.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PERSONALITY0_AUDIT_ARCH { AUDIT_ARCH_K1C, 0 }
#define PERSONALITY0_AUDIT_ARCH { AUDIT_ARCH_KVX, 0 }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 048bb2d

Please sign in to comment.