Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Change signature of uvm_kmapent_map defintiion to __...



details:   https://anonhg.NetBSD.org/src/rev/c8681ef44189
branches:  trunk
changeset: 582020:c8681ef44189
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Jun 13 20:39:14 2005 +0000

description:
Change signature of uvm_kmapent_map defintiion to __INLINE to match prototype

diffstat:

 sys/uvm/uvm_map.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cadc9cfe8b32 -r c8681ef44189 sys/uvm/uvm_map.c
--- a/sys/uvm/uvm_map.c Mon Jun 13 20:34:16 2005 +0000
+++ b/sys/uvm/uvm_map.c Mon Jun 13 20:39:14 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map.c,v 1.201 2005/06/10 22:00:52 dsl Exp $        */
+/*     $NetBSD: uvm_map.c,v 1.202 2005/06/13 20:39:14 jmc Exp $        */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.201 2005/06/10 22:00:52 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.202 2005/06/13 20:39:14 jmc Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvmhist.h"
@@ -4086,7 +4086,7 @@
 
 
 #ifdef DIAGNOSTIC
-static __inline struct vm_map *
+static __INLINE struct vm_map *
 uvm_kmapent_map(struct vm_map_entry *entry)
 {
        const struct uvm_kmapent_hdr *ukh;



Home | Main Index | Thread Index | Old Index