git: 14505c92bc8c - main - syscallsubr.h: Sort kern_membarrier prototype alphabetically

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 31 Jan 2024 00:39:16 UTC
The branch main has been updated by jhb:

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

commit 14505c92bc8ca56d4c8a09072d043642f5e87ed7
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-01-31 00:38:29 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-01-31 00:38:29 +0000

    syscallsubr.h: Sort kern_membarrier prototype alphabetically
---
 sys/sys/syscallsubr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h
index c99eebd6d5d4..1eb9582a907d 100644
--- a/sys/sys/syscallsubr.h
+++ b/sys/sys/syscallsubr.h
@@ -219,13 +219,13 @@ int	kern_lseek(struct thread *td, int fd, off_t offset, int whence);
 int	kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,
 	    const struct timeval *tptr, enum uio_seg tptrseg);
 int	kern_madvise(struct thread *td, uintptr_t addr, size_t len, int behav);
+int	kern_membarrier(struct thread *td, int cmd, unsigned flags,
+	    int cpu_id);
 int	kern_mincore(struct thread *td, uintptr_t addr, size_t len, char *vec);
 int	kern_minherit(struct thread *td, uintptr_t addr, size_t len,
 	    int inherit);
 int	kern_mkdirat(struct thread *td, int fd, const char *path,
 	    enum uio_seg segflg, int mode);
-int	kern_membarrier(struct thread *td, int cmd, unsigned flags,
-	    int cpu_id);
 int	kern_mkfifoat(struct thread *td, int fd, const char *path,
 	    enum uio_seg pathseg, int mode);
 int	kern_mknodat(struct thread *td, int fd, const char *path,