Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 21:46:34 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31295 for review
Message-ID:  <200305160446.h4G4kYxV007824@repoman.freebsd.org>

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

Change 31295 by marcel@marcel_nfs on 2003/05/15 21:45:44

	Protect the definition of VM_MAXUSER_ADDRESS by parenthesising
	it.

Affected files ...

.. //depot/projects/ia64_epc/sys/ia64/include/vmparam.h#3 edit

Differences ...

==== //depot/projects/ia64_epc/sys/ia64/include/vmparam.h#3 (text+ko) ====

@@ -141,7 +141,7 @@
 #define VM_MIN_ADDRESS		0
 #define VM_MAX_ADDRESS		IA64_RR_BASE(5)
 #define	VM_GATEWAY_SIZE		PAGE_SIZE
-#define VM_MAXUSER_ADDRESS	VM_MAX_ADDRESS + VM_GATEWAY_SIZE
+#define VM_MAXUSER_ADDRESS	(VM_MAX_ADDRESS + VM_GATEWAY_SIZE)
 #define VM_MIN_KERNEL_ADDRESS	VM_MAXUSER_ADDRESS
 #define VM_MAX_KERNEL_ADDRESS	(IA64_RR_BASE(6) - 1)
 



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