patch-2.3.2 linux/include/asm-alpha/system.h
Next file: linux/include/linux/efs_dir.h
Previous file: linux/include/asm-alpha/smp.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri May 14 12:41:23 1999
- Orig file:
v2.3.1/linux/include/asm-alpha/system.h
- Orig date:
Tue May 11 09:55:45 1999
diff -u --recursive --new-file v2.3.1/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -147,6 +147,13 @@
#endif
#endif
+enum amask_enum {
+ AMASK_BWX = (1UL << 0),
+ AMASK_FIX = (1UL << 1),
+ AMASK_MAX = (1UL << 8),
+ AMASK_PRECISE_TRAP = (1UL << 9),
+};
+
#define amask(mask) \
({ unsigned long __amask, __input = (mask); \
__asm__ ("amask %1,%0" : "=r"(__amask) : "rI"(__input)); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)