public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] microblaze: Remove cacheflush from libc.a (BZ 31788)
@ 2024-05-22 16:09 Adhemerval Zanella
  2024-05-22 16:14 ` H.J. Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Adhemerval Zanella @ 2024-05-22 16:09 UTC (permalink / raw)
  To: libc-alpha; +Cc: H . J . Lu

microblaze does not export it in libc.so nor the kernel provides the
cacheflush syscall.
---
 sysdeps/unix/sysv/linux/microblaze/syscalls.list | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/microblaze/syscalls.list b/sysdeps/unix/sysv/linux/microblaze/syscalls.list
index 878ce7e6a2..5760c657a6 100644
--- a/sysdeps/unix/sysv/linux/microblaze/syscalls.list
+++ b/sysdeps/unix/sysv/linux/microblaze/syscalls.list
@@ -1,5 +1,3 @@
 # File name	Caller	Syscall name	Args	Strong name	Weak names
 
-cacheflush	EXTRA	cacheflush	i:iiii	__cacheflush	cacheflush
-
 personality	EXTRA	personality	Ei:i	__personality	personality
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] microblaze: Remove cacheflush from libc.a (BZ 31788)
  2024-05-22 16:09 [PATCH] microblaze: Remove cacheflush from libc.a (BZ 31788) Adhemerval Zanella
@ 2024-05-22 16:14 ` H.J. Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 2024-05-22 16:14 UTC (permalink / raw)
  To: Adhemerval Zanella; +Cc: libc-alpha

On Wed, May 22, 2024 at 9:09 AM Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
>
> microblaze does not export it in libc.so nor the kernel provides the
> cacheflush syscall.
> ---
>  sysdeps/unix/sysv/linux/microblaze/syscalls.list | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/sysdeps/unix/sysv/linux/microblaze/syscalls.list b/sysdeps/unix/sysv/linux/microblaze/syscalls.list
> index 878ce7e6a2..5760c657a6 100644
> --- a/sysdeps/unix/sysv/linux/microblaze/syscalls.list
> +++ b/sysdeps/unix/sysv/linux/microblaze/syscalls.list
> @@ -1,5 +1,3 @@
>  # File name    Caller  Syscall name    Args    Strong name     Weak names
>
> -cacheflush     EXTRA   cacheflush      i:iiii  __cacheflush    cacheflush
> -
>  personality    EXTRA   personality     Ei:i    __personality   personality
> --
> 2.43.0
>

LGTM.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>

Thanks.

-- 
H.J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-22 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-22 16:09 [PATCH] microblaze: Remove cacheflush from libc.a (BZ 31788) Adhemerval Zanella
2024-05-22 16:14 ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).