patch-2.4.0-test10 linux/include/asm-alpha/compiler.h
Next file: linux/include/asm-alpha/fcntl.h
Previous file: linux/include/asm-alpha/byteorder.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Oct 27 10:55:01 2000
- Orig file:
v2.4.0-test9/linux/include/asm-alpha/compiler.h
- Orig date:
Tue Aug 31 10:50:45 1999
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-alpha/compiler.h linux/include/asm-alpha/compiler.h
@@ -9,11 +9,7 @@
* these tests and macros.
*/
-/*
- * EGCS (of varying versions) does a good job of using insxl and extxl.
- */
-
-#if 0 && (__GNUC__ > 2 || __GNUC_MINOR__ >= 91)
+#if 0
#define __kernel_insbl(val, shift) \
(((unsigned long)(val) & 0xfful) << ((shift) * 8))
#define __kernel_inswl(val, shift) \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)