Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 11:06:37 -0800 (PST)
From:      Serguei Tzukanov <tzukanov@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22384 for review
Message-ID:  <200212161906.gBGJ6bfK041226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22384

Change 22384 by tzukanov@tzukanov_antares on 2002/12/16 11:05:56

	s390x post-IFC fixes.

Affected files ...

.. //depot/projects/s390/sys/s390x/conf/GENERIC#2 edit
.. //depot/projects/s390/sys/s390x/include/signal.h#2 edit
.. //depot/projects/s390/sys/s390x/s390x/in_cksum.S#2 edit

Differences ...

==== //depot/projects/s390/sys/s390x/conf/GENERIC#2 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-# GENERIC -- Generic kernel configuration file for z/FreeBSD
+# GENERIC -- Generic kernel configuration file for FreeBSD/s390x
 #
 # For more information on this file, please read the handbook section on
 # Kernel Configuration Files:
@@ -19,7 +19,6 @@
 #
 
 machine		s390x
-cpu		G5_CPU			# No-op
 ident		GENERIC
 maxusers	0
 
@@ -51,6 +50,7 @@
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	COMPAT_43		# Compatible with BSD 4.3
+options		COMPAT_FREEBSD4
 options 	MD_ROOT			# MD is potential root device
 options 	MD_ROOT_SIZE=2048
 

==== //depot/projects/s390/sys/s390x/include/signal.h#2 (text+ko) ====

@@ -53,16 +53,8 @@
 #define TRAP_BRKPT	1
 #define TRAP_TRACE	2
 
-
-#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
-
+#idef __XSI_VISIBLE
 #define	MINSIGSTKSZ	(512 * 4)
-
-#ifdef _KERNEL
-typedef unsigned int osigset_t;
-
-struct osigcontext {
-};
 #endif
 
 struct sigcontext {

==== //depot/projects/s390/sys/s390x/s390x/in_cksum.S#2 (text+ko) ====

@@ -6,7 +6,7 @@
  * All rights reserved. Terms for use and redistribution
  * are covered by the BSD copyright as found in /usr/src/COPYRIGHT.
  *
- * $FreeBSD: src/sys/s390/s390/in_cksum.S,v 1.0 2002/07/01 23:51:16 tzukanov Exp $
+ * $FreeBSD: src/sys/s390x/s390x/in_cksum.S,v 1.0 2002/07/01 23:51:16 tzukanov Exp $
  */
 
 #include <machine/asm.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212161906.gBGJ6bfK041226>