patch-2.4.4 linux/include/asm-s390/setup.h
Next file: linux/include/asm-s390/sfp-machine.h
Previous file: linux/include/asm-s390/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 68
- Date:
Wed Apr 11 19:02:28 2001
- Orig file:
v2.4.3/linux/include/asm-s390/setup.h
- Orig date:
Tue Feb 13 14:13:44 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-s390/setup.h linux/include/asm-s390/setup.h
@@ -8,46 +8,36 @@
#ifndef _ASM_S390_SETUP_H
#define _ASM_S390_SETUP_H
-#define PARMAREA 0x10400
+#define PARMAREA 0x10400
+#define COMMAND_LINE_SIZE 896
+#define RAMDISK_ORIGIN 0x800000
+#define RAMDISK_SIZE 0x800000
#ifndef __ASSEMBLER__
-#define ORIG_ROOT_DEV (*(unsigned long *) (0x10400))
-#define MOUNT_ROOT_RDONLY (*(unsigned short *) (0x10404))
-#define MEMORY_SIZE (*(unsigned long *) (0x10406))
-#define MACHINE_FLAGS (*(unsigned long *) (0x1040a))
-#define INITRD_START (*(unsigned long *) (0x1040e))
-#define INITRD_SIZE (*(unsigned long *) (0x10412))
-#define RAMDISK_FLAGS (*(unsigned short *) (0x10416))
+#define IPL_DEVICE (*(unsigned long *) (0x10404))
+#define INITRD_START (*(unsigned long *) (0x1040C))
+#define INITRD_SIZE (*(unsigned long *) (0x10414))
#define COMMAND_LINE ((char *) (0x10480))
+/*
+ * Machine features detected in head.S
+ */
+extern unsigned long machine_flags;
+
+#define MACHINE_IS_VM (machine_flags & 1)
+#define MACHINE_HAS_IEEE (machine_flags & 2)
+#define MACHINE_IS_P390 (machine_flags & 4)
+#define MACHINE_HAS_CSP (machine_flags & 8)
+#define MACHINE_HAS_MVPG (machine_flags & 16)
+
#else
-#define ORIG_ROOT_DEV 0x10400
-#define MOUNT_ROOT_RDONLY 0x10404
-#define MEMORY_SIZE 0x10406
-#define MACHINE_FLAGS 0x1040a
-#define INITRD_START 0x1040e
-#define INITRD_SIZE 0x10412
-#define RAMDISK_FLAGS 0x10416
+#define IPL_DEVICE 0x10404
+#define INITRD_START 0x1040C
+#define INITRD_SIZE 0x10414
#define COMMAND_LINE 0x10480
#endif
-
-#define COMMAND_LINE_SIZE 896
-/*
- * Machine features detected in head.S
- */
-#define MACHINE_IS_VM (MACHINE_FLAGS & 1)
-#define MACHINE_HAS_IEEE (MACHINE_FLAGS & 2)
-#define MACHINE_IS_P390 (MACHINE_FLAGS & 4)
-#define MACHINE_HAS_CSP (MACHINE_FLAGS & 8)
-
-#define RAMDISK_ORIGIN 0x800000
-#define RAMDISK_BLKSIZE 0x1000
-#define RAMDISK_IMAGE_START_MASK 0x07FF
-#define RAMDISK_PROMPT_FLAG 0x8000
-#define RAMDISK_LOAD_FLAG 0x4000
-
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)