Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 10:37:56 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d0266fbab9b8 - main - linux(4): Cleanup dummy syscall list on arm64
Message-ID:  <202309121037.38CAbuNm053846@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=d0266fbab9b8eafc1aedffbedf66dedb4774794c

commit d0266fbab9b8eafc1aedffbedf66dedb4774794c
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-09-12 10:37:45 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-09-12 10:37:45 +0000

    linux(4): Cleanup dummy syscall list on arm64
    
    These syscalls do not exist on arm64 Linux.
    
    MFC after:              1 week
---
 sys/arm64/linux/linux_dummy_machdep.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/arm64/linux/linux_dummy_machdep.c b/sys/arm64/linux/linux_dummy_machdep.c
index d38cea2ff1a4..a7a7795f573d 100644
--- a/sys/arm64/linux/linux_dummy_machdep.c
+++ b/sys/arm64/linux/linux_dummy_machdep.c
@@ -42,11 +42,6 @@ LIN_SDT_PROVIDER_DECLARE(LINUX_DTRACE);
  * Before adding new stubs to this file, please check if a stub can be added to
  * the machine-independent code in sys/compat/linux/linux_dummy.c.
  */
-
-UNIMPLEMENTED(get_thread_area);
-UNIMPLEMENTED(set_thread_area);
-UNIMPLEMENTED(uselib);
-
 DUMMY(mq_open);
 DUMMY(mq_unlink);
 DUMMY(mq_timedsend);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309121037.38CAbuNm053846>