lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit ece78801 authored by Christopher Covington's avatar Christopher Covington Committed by Luis Henriques

ARM: 8007/1: Remove extraneous kcmp syscall ignore

commit 95c52fe0 upstream.

The kcmp system call was ported to ARM in
commit 3f7d1fe1
"ARM: 7665/1: Wire up kcmp syscall".

Fixes: 3f7d1fe1 ("ARM: 7665/1: Wire up kcmp syscall")
Signed-off-by: default avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 0e6e781f
......@@ -48,6 +48,5 @@
*/
#define __IGNORE_fadvise64_64
#define __IGNORE_migrate_pages
#define __IGNORE_kcmp
#endif /* __ASM_ARM_UNISTD_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment