aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-12 09:19:40 +0000
committerPaul Mundt <lethal@linux-sh.org>2008-09-12 09:19:40 +0000
commit70de57f60a39d167870f3f59f2fa3f606e965239 (patch)
treeca2f4e2b5c896545c3b701b0e50a9da2deb7d586 /modutils/insmod.c
parent08ea11ab0749a7977e6d47cd0fa7b3c9cc10af32 (diff)
downloadbusybox-70de57f60a39d167870f3f59f2fa3f606e965239.tar.gz
Kill off bogus #error's for big endian SH targets, these work fine.
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 80dbfd78e..f1bb4cdec 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -257,15 +257,6 @@ static int insmod_ng_main(int argc, char **argv);
#define USE_GOT_ENTRIES
#define GOT_ENTRY_SIZE 4
#define USE_SINGLE
-/* the SH changes have only been tested in =little endian= mode */
-/* I'm not sure about big endian, so let's warn: */
-#if defined(__sh__) && BB_BIG_ENDIAN
-# error insmod.c may require changes for use on big endian SH
-#endif
-/* it may or may not work on the SH1/SH2... Error on those also */
-#if ((!(defined(__SH3__) || defined(__SH4__) || defined(__SH5__)))) && (defined(__sh__))
-#error insmod.c may require changes for SH1 or SH2 use
-#endif
#endif
/* Sparc */