patch-2.4.22 linux-2.4.22/include/asm-s390x/setup.h
Next file: linux-2.4.22/include/asm-s390x/vtoc.h
Previous file: linux-2.4.22/include/asm-s390x/s390io.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-s390x/setup.h
- Orig date:
2003-06-13 07:51:38.000000000 -0700
diff -urN linux-2.4.21/include/asm-s390x/setup.h linux-2.4.22/include/asm-s390x/setup.h
@@ -29,7 +29,8 @@
#define MACHINE_IS_P390 (machine_flags & 4)
#define MACHINE_HAS_MVPG (machine_flags & 16)
#define MACHINE_HAS_DIAG44 (machine_flags & 32)
-#define MACHINE_HAS_PFIX (machine_flags & 128)
+#define MACHINE_NEW_STIDP (machine_flags & 64)
+#define MACHINE_HAS_PFIX (0)
#define MACHINE_HAS_HWC (!MACHINE_IS_P390)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)