aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/pkey-x86.h
diff options
context:
space:
mode:
authorGravatar Muhammad Usama Anjum <usama.anjum@collabora.com> 2023-06-12 14:53:47 +0500
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-06-19 16:19:25 -0700
commit0183d777c29ab12c2b0c19f3d4f5c6df016815fb (patch)
treeee1484b23d7d06785b06a12990aa0ca3e4b49972 /tools/testing/selftests/mm/pkey-x86.h
parentselftests: mm: remove wrong kernel header inclusion (diff)
downloadlinux-0183d777c29ab12c2b0c19f3d4f5c6df016815fb.tar.gz
linux-0183d777c29ab12c2b0c19f3d4f5c6df016815fb.tar.bz2
linux-0183d777c29ab12c2b0c19f3d4f5c6df016815fb.zip
selftests: mm: remove duplicate unneeded defines
Remove all defines which aren't needed after correctly including the kernel header files. Link: https://lkml.kernel.org/r/20230612095347.996335-2-usama.anjum@collabora.com Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Cc: David Hildenbrand <david@redhat.com> Cc: Shuah Khan <shuah@kernel.org> Cc: Stefan Roesch <shr@devkernel.io> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/mm/pkey-x86.h')
-rw-r--r--tools/testing/selftests/mm/pkey-x86.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/testing/selftests/mm/pkey-x86.h b/tools/testing/selftests/mm/pkey-x86.h
index e32ae8a1cd99..814758e109c0 100644
--- a/tools/testing/selftests/mm/pkey-x86.h
+++ b/tools/testing/selftests/mm/pkey-x86.h
@@ -5,29 +5,11 @@
#ifdef __i386__
-#ifndef SYS_mprotect_key
-# define SYS_mprotect_key 380
-#endif
-
-#ifndef SYS_pkey_alloc
-# define SYS_pkey_alloc 381
-# define SYS_pkey_free 382
-#endif
-
#define REG_IP_IDX REG_EIP
#define si_pkey_offset 0x14
#else
-#ifndef SYS_mprotect_key
-# define SYS_mprotect_key 329
-#endif
-
-#ifndef SYS_pkey_alloc
-# define SYS_pkey_alloc 330
-# define SYS_pkey_free 331
-#endif
-
#define REG_IP_IDX REG_RIP
#define si_pkey_offset 0x20