patch-2.2.18 linux/include/asm-s390/s390mach.h

Next file: linux/include/asm-s390/semaphore.h
Previous file: linux/include/asm-s390/s390io.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-s390/s390mach.h linux/include/asm-s390/s390mach.h
@@ -3,8 +3,7 @@
  *   S/390 data definitions for machine check processing
  *
  *  S390 version
- *    Copyright (C) 1999, 2000 IBM Deutschland Entwicklung GmbH,
- *                             IBM Corporation
+ *    Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
  *    Author(s): Ingo Adlung (adlung@de.ibm.com)
  */
 
@@ -61,8 +60,8 @@
 #define CRW_ERC_PERRI    0x07 /* perm. error, facility init */
 #define CRW_ERC_PMOD     0x08 /* installed parameters modified */
 
-#define MAX_CRW_PENDING  100
-#define MAX_MACH_PENDING 100
+#define MAX_CRW_PENDING  1024
+#define MAX_MACH_PENDING 1024
 
 //
 // CRW Entry
@@ -87,9 +86,9 @@
 #define MCHCHK_STATUS_IN_PROGRESS   0x00000002
 #define MCHCHK_STATUS_WAITING       0x00000004
 
-void        s390_init_machine_check( void );
-void __init s390_do_machine_check  ( void );
-void        s390_do_crw_pending    ( crwe_t *pcrwe );
+void s390_init_machine_check( void );
+void s390_do_machine_check  ( void );
+void s390_do_crw_pending    ( crwe_t *pcrwe );
 
 extern __inline__ int stcrw( __u32 *pcrw )
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)