Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include make cpu_feature unsigned, just like c...



details:   https://anonhg.NetBSD.org/src/rev/04a640e6a55b
branches:  trunk
changeset: 548407:04a640e6a55b
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Jun 26 16:45:19 2003 +0000

description:
make cpu_feature unsigned, just like ci_feature_flags

diffstat:

 sys/arch/i386/include/cpufunc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2de52655d428 -r 04a640e6a55b sys/arch/i386/include/cpufunc.h
--- a/sys/arch/i386/include/cpufunc.h   Thu Jun 26 16:41:32 2003 +0000
+++ b/sys/arch/i386/include/cpufunc.h   Thu Jun 26 16:45:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.h,v 1.25 2003/05/08 10:27:43 fvdl Exp $        */
+/*     $NetBSD: cpufunc.h,v 1.26 2003/06/26 16:45:19 drochner Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
 
 #ifdef _KERNEL
 
-extern int cpu_feature;
+extern unsigned int cpu_feature;
 
 static __inline void 
 invlpg(u_int addr)



Home | Main Index | Thread Index | Old Index