PERFORCE change 169794 for review

Bjoern A. Zeeb bz at FreeBSD.org
Sun Oct 25 12:45:05 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=169794

Change 169794 by bz at bz_dumpster on 2009/10/25 12:44:30

	Make world (WITHOUT_SSP) compile again.

Affected files ...

.. //depot/projects/s390/sys/s390/include/_align.h#1 add
.. //depot/projects/s390/sys/s390/include/param.h#4 edit

Differences ...

==== //depot/projects/s390/sys/s390/include/param.h#4 (text+ko) ====

@@ -92,6 +92,8 @@
 #define PAGE_SIZE	(1 << PAGE_SHIFT)
 #define PAGE_MASK	(PAGE_SIZE-1)
 
+#define	MAXPAGESIZES	1		/* maximum number of supported page sizes */
+
 #define KSTACK_PAGES	2		/* includes pcb! */
 #define KSTACK_BYTES	(KSTACK_PAGES * PAGE_SIZE)
 #define KSTACK_GUARD_PAGES	1


More information about the p4-projects mailing list