Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2010 23:40:44 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180575 for review
Message-ID:  <201007062340.o66Nei96087234@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180575?ac=10

Change 180575 by gonzo@gonzo_figaro on 2010/07/06 23:40:18

	Sync pmap_mincore with ne declaration

Affected files ...

.. //depot/projects/avr32/src/sys/avr32/avr32/pmap.c#22 edit

Differences ...

==== //depot/projects/avr32/src/sys/avr32/avr32/pmap.c#22 (text+ko) ====

@@ -1350,7 +1350,7 @@
  * machine-dependent interface used by the mincore(2) system call.
  */
 int
-pmap_mincore(pmap_t pmap, vm_offset_t addr)
+pmap_mincore(pmap_t pmap, vm_offset_t addr, vm_paddr_t *locked_pa)
 {
 	avr32_impl();
 	return (0);



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