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 Revert previous (in line with <i386/mtrr....



details:   https://anonhg.NetBSD.org/src/rev/6175f4644be2
branches:  trunk
changeset: 543197:6175f4644be2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Feb 19 05:38:58 2003 +0000

description:
Revert previous (in line with <i386/mtrr.h> reversion).

diffstat:

 sys/arch/i386/i386/mtrr_i686.c |  6 +++---
 sys/arch/i386/i386/mtrr_k6.c   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 0bd4f96896c3 -r 6175f4644be2 sys/arch/i386/i386/mtrr_i686.c
--- a/sys/arch/i386/i386/mtrr_i686.c    Wed Feb 19 04:07:56 2003 +0000
+++ b/sys/arch/i386/i386/mtrr_i686.c    Wed Feb 19 05:38:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mtrr_i686.c,v 1.7 2003/02/09 09:38:23 jdolecek Exp $ */
+/*     $NetBSD: mtrr_i686.c,v 1.8 2003/02/19 05:38:58 simonb Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mtrr_i686.c,v 1.7 2003/02/09 09:38:23 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mtrr_i686.c,v 1.8 2003/02/19 05:38:58 simonb Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -113,7 +113,7 @@
 static struct mtrr *mtrr_fixed;
 static struct mtrr *mtrr_var;
 
-const struct mtrr_funcs i686_mtrr_funcs = {
+struct mtrr_funcs i686_mtrr_funcs = {
        i686_mtrr_init_cpu,
        i686_mtrr_reload_cpu,
        i686_mtrr_clean,
diff -r 0bd4f96896c3 -r 6175f4644be2 sys/arch/i386/i386/mtrr_k6.c
--- a/sys/arch/i386/i386/mtrr_k6.c      Wed Feb 19 04:07:56 2003 +0000
+++ b/sys/arch/i386/i386/mtrr_k6.c      Wed Feb 19 05:38:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mtrr_k6.c,v 1.6 2003/02/09 09:38:23 jdolecek Exp $     */
+/*     $NetBSD: mtrr_k6.c,v 1.7 2003/02/19 05:38:58 simonb Exp $       */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mtrr_k6.c,v 1.6 2003/02/09 09:38:23 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mtrr_k6.c,v 1.7 2003/02/19 05:38:58 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -71,7 +71,7 @@
 
 static struct mtrr *mtrr_var;
 
-const struct mtrr_funcs k6_mtrr_funcs = {
+struct mtrr_funcs k6_mtrr_funcs = {
        k6_mtrr_init_cpu,
        k6_mtrr_reload_cpu,
        k6_mtrr_clean,



Home | Main Index | Thread Index | Old Index