Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Make this file idempotent



details:   https://anonhg.NetBSD.org/src/rev/99a976e22836
branches:  trunk
changeset: 781490:99a976e22836
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Sep 10 07:47:07 2012 +0000

description:
Make this file idempotent

diffstat:

 sys/arch/alpha/include/vmparam.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cb0c493bc328 -r 99a976e22836 sys/arch/alpha/include/vmparam.h
--- a/sys/arch/alpha/include/vmparam.h  Mon Sep 10 04:32:24 2012 +0000
+++ b/sys/arch/alpha/include/vmparam.h  Mon Sep 10 07:47:07 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.36 2011/02/08 20:20:07 rmind Exp $ */
+/* $NetBSD: vmparam.h,v 1.37 2012/09/10 07:47:07 martin Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -41,6 +41,8 @@
 #ifndef        _ALPHA_VMPARAM_H_
 #define        _ALPHA_VMPARAM_H_
 
+#include <machine/alpha_cpu.h>
+
 /*
  * Machine dependent constants for Alpha.
  */



Home | Main Index | Thread Index | Old Index