mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Move atomic.S files to directories that better fit OpenSolaris directory
layout.
This commit is contained in:
parent
e321494eca
commit
3dc4488c91
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168482
@ -11,7 +11,7 @@
|
||||
# LIST_SRCS
|
||||
.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/os
|
||||
# ATOMIC_SRCS
|
||||
.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/arch/${MACHINE_ARCH}
|
||||
.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
|
||||
|
||||
LIB= zpool
|
||||
SHLIB_MAJOR?=1
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
.file "%M%"
|
||||
|
||||
#define _ASM
|
||||
#define _ASM
|
||||
#include <sys/asm_linkage.h>
|
||||
|
||||
#if defined(_KERNEL)
|
||||
@ -558,7 +558,3 @@
|
||||
lfence
|
||||
ret
|
||||
SET_SIZE(membar_consumer)
|
||||
|
||||
#ifdef __ELF__
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
@ -28,7 +28,7 @@
|
||||
|
||||
.file "%M%"
|
||||
|
||||
#define _ASM
|
||||
#define _ASM
|
||||
#include <sys/asm_linkage.h>
|
||||
|
||||
#if defined(_KERNEL)
|
||||
@ -653,7 +653,3 @@
|
||||
SET_SIZE(membar_producer)
|
||||
SET_SIZE(membar_exit)
|
||||
SET_SIZE(membar_enter)
|
||||
|
||||
#ifdef __ELF__
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
@ -28,7 +28,7 @@
|
||||
|
||||
.file "%M%"
|
||||
|
||||
#define _ASM
|
||||
#define _ASM
|
||||
#include <sys/asm_linkage.h>
|
||||
|
||||
#if defined(_KERNEL)
|
||||
@ -558,7 +558,3 @@
|
||||
lfence
|
||||
ret
|
||||
SET_SIZE(membar_consumer)
|
||||
|
||||
#ifdef __ELF__
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
@ -28,7 +28,7 @@
|
||||
|
||||
.file "%M%"
|
||||
|
||||
#define _ASM
|
||||
#define _ASM
|
||||
#include <sys/asm_linkage.h>
|
||||
|
||||
#if defined(_KERNEL)
|
||||
@ -653,7 +653,3 @@
|
||||
SET_SIZE(membar_producer)
|
||||
SET_SIZE(membar_exit)
|
||||
SET_SIZE(membar_enter)
|
||||
|
||||
#ifdef __ELF__
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
@ -20,7 +20,7 @@ SRCS+= opensolaris_string.c
|
||||
SRCS+= opensolaris_vfs.c
|
||||
SRCS+= opensolaris_zone.c
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/opensolaris/uts/common/arch/${MACHINE_ARCH}
|
||||
.PATH: ${.CURDIR}/../../contrib/opensolaris/common/atomic/${MACHINE_ARCH}
|
||||
SRCS+= atomic.S
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/opensolaris/uts/common/fs
|
||||
|
Loading…
Reference in New Issue
Block a user