From 5b8545e4d9d09354e43c090ce1436b7082dbfe8c Mon Sep 17 00:00:00 2001 From: Alex Rønne Petersen Date: Sun, 7 Dec 2025 09:32:28 +0100 Subject: libc: update headers from freebsd 15 --- lib/libc/include/arm-freebsd-eabihf/machine/asm.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/libc/include/arm-freebsd-eabihf/machine/asm.h') diff --git a/lib/libc/include/arm-freebsd-eabihf/machine/asm.h b/lib/libc/include/arm-freebsd-eabihf/machine/asm.h index fa7cbd6694..52acdd60db 100644 --- a/lib/libc/include/arm-freebsd-eabihf/machine/asm.h +++ b/lib/libc/include/arm-freebsd-eabihf/machine/asm.h @@ -32,8 +32,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)asm.h 5.5 (Berkeley) 5/7/91 */ #ifndef _MACHINE_ASM_H_ @@ -176,7 +174,6 @@ # define RETne bxne lr # define RETc(c) bx##c lr -#if __ARM_ARCH >= 7 #define ISB isb #define DSB dsb #define DMB dmb @@ -190,12 +187,5 @@ #define ERET .word 0xe160006e #endif -#elif __ARM_ARCH == 6 -#include -#define ISB mcr CP15_CP15ISB -#define DSB mcr CP15_CP15DSB -#define DMB mcr CP15_CP15DMB -#define WFI mcr CP15_CP15WFI -#endif #endif /* !_MACHINE_ASM_H_ */ \ No newline at end of file -- cgit v1.2.3