Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/include Make intiobase and intiolimit unsigned...



details:   https://anonhg.NetBSD.org/src/rev/f1e5e898e71c
branches:  trunk
changeset: 764933:f1e5e898e71c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu May 12 15:07:42 2011 +0000

description:
Make intiobase and intiolimit unsigned for consistency.

diffstat:

 sys/arch/x68k/include/cpu.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5d14b1a1c6cd -r f1e5e898e71c sys/arch/x68k/include/cpu.h
--- a/sys/arch/x68k/include/cpu.h       Thu May 12 14:56:22 2011 +0000
+++ b/sys/arch/x68k/include/cpu.h       Thu May 12 15:07:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.52 2011/02/08 20:20:26 rmind Exp $   */
+/*     $NetBSD: cpu.h,v 1.53 2011/05/12 15:07:42 tsutsui Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -124,8 +124,8 @@
 
 #ifdef _KERNEL
 extern int machineid;
-extern char *intiobase;
-extern char *intiolimit;
+extern uint8_t *intiobase;
+extern uint8_t *intiolimit;
 
 /* fpu.c functions */
 int    fpu_probe(void);



Home | Main Index | Thread Index | Old Index