about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sh/sh4
diff options
context:
space:
mode:
authorTorvald Riegel <triegel@redhat.com>2014-12-17 23:28:38 +0100
committerTorvald Riegel <triegel@redhat.com>2014-12-19 15:20:37 +0100
commit6b814909b41476ad594547b5f2289889a39cc0dd (patch)
treedbd5607e9e34565805969806a4ff422c133154bc /sysdeps/unix/sysv/linux/sh/sh4
parent9cd4d4abdca1329cde5ee3dcc963b8533678551e (diff)
downloadglibc-6b814909b41476ad594547b5f2289889a39cc0dd.tar.gz
glibc-6b814909b41476ad594547b5f2289889a39cc0dd.tar.xz
glibc-6b814909b41476ad594547b5f2289889a39cc0dd.zip
sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/sh4')
-rw-r--r--sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h b/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h
deleted file mode 100644
index 90be7bd8d0..0000000000
--- a/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/*  4 instruction cycles not accessing cache and TLB are needed after
-    trapa instruction to avoid an SH-4 silicon bug.  */
-#define NEED_SYSCALL_INST_PAD
-#include_next <lowlevellock.h>