Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Undo constification of mtrr_funcs. I'll d...



details:   https://anonhg.NetBSD.org/src/rev/e51d81aa8a64
branches:  trunk
changeset: 543191:e51d81aa8a64
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Wed Feb 19 00:18:34 2003 +0000

description:
Undo constification of mtrr_funcs. I'll deal with it later.

diffstat:

 sys/arch/i386/i386/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4e7b9d8924a6 -r e51d81aa8a64 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Wed Feb 19 00:15:19 2003 +0000
+++ b/sys/arch/i386/i386/machdep.c      Wed Feb 19 00:18:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.512 2003/02/14 01:11:21 perry Exp $      */
+/*     $NetBSD: machdep.c,v 1.513 2003/02/19 00:18:34 fvdl Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.512 2003/02/14 01:11:21 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.513 2003/02/19 00:18:34 fvdl Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -213,7 +213,7 @@
 #endif
 
 #ifdef MTRR
-const struct mtrr_funcs *mtrr_funcs;
+struct mtrr_funcs *mtrr_funcs;
 #endif
 
 int    physmem;



Home | Main Index | Thread Index | Old Index