Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/hpcarm Include sys/pmf.h for pmf(9) API.



details:   https://anonhg.NetBSD.org/src/rev/115f1b7dd300
branches:  trunk
changeset: 758718:115f1b7dd300
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 14 03:17:50 2010 +0000

description:
Include sys/pmf.h for pmf(9) API.

diffstat:

 sys/arch/hpcarm/hpcarm/hpc_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 83ce9f506051 -r 115f1b7dd300 sys/arch/hpcarm/hpcarm/hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/hpc_machdep.c      Sun Nov 14 03:16:03 2010 +0000
+++ b/sys/arch/hpcarm/hpcarm/hpc_machdep.c      Sun Nov 14 03:17:50 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpc_machdep.c,v 1.98 2010/04/29 01:54:26 nonaka Exp $  */
+/*     $NetBSD: hpc_machdep.c,v 1.99 2010/11/14 03:17:50 uebayasi Exp $        */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,11 +40,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpc_machdep.c,v 1.98 2010/04/29 01:54:26 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpc_machdep.c,v 1.99 2010/11/14 03:17:50 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/reboot.h>
+#include <sys/pmf.h>
 
 #include <uvm/uvm.h>
 



Home | Main Index | Thread Index | Old Index