Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 12:05:29 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27372 for review
Message-ID:  <200303252005.h2PK5TZ0094064@repoman.freebsd.org>

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

Change 27372 by jmallett@jmallett_dalek on 2003/03/25 12:04:53

	Add vm_paddr_t.

Affected files ...

.. //depot/projects/mips/sys/mips/include/_types.h#3 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/_types.h#3 (text+ko) ====

@@ -89,6 +89,7 @@
 typedef	__uint64_t	__u_register_t;
 typedef	__uint64_t	__vm_offset_t;
 typedef	__int64_t	__vm_ooffset_t;
+typedef	__uint64_t	__vm_paddr_t;
 typedef	__uint64_t	__vm_pindex_t;
 typedef	__uint64_t	__vm_size_t;
 

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?200303252005.h2PK5TZ0094064>