Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sa11x0 Including <uvm/uvm_extern.h> exposed the...



details:   https://anonhg.NetBSD.org/src/rev/9be660baabe8
branches:  trunk
changeset: 545157:9be660baabe8
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 03 17:47:04 2003 +0000

description:
Including <uvm/uvm_extern.h> exposed the fact that we had a benign
type mismatch for SetCPSR.  Remove local extern declaration, since
it's now superfluous.

diffstat:

 sys/arch/arm/sa11x0/sa11x0.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3ffd94e455ac -r 9be660baabe8 sys/arch/arm/sa11x0/sa11x0.c
--- a/sys/arch/arm/sa11x0/sa11x0.c      Thu Apr 03 17:41:51 2003 +0000
+++ b/sys/arch/arm/sa11x0/sa11x0.c      Thu Apr 03 17:47:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sa11x0.c,v 1.11 2003/04/01 23:19:11 thorpej Exp $      */
+/*     $NetBSD: sa11x0.c,v 1.12 2003/04/03 17:47:04 he Exp $   */
 
 /*-
  * Copyright (c) 2001, The NetBSD Foundation, Inc.  All rights reserved.
@@ -94,8 +94,6 @@
 extern struct bus_space sa11x0_bs_tag;
 extern vaddr_t saipic_base;
 
-extern int SetCPSR(int, int);
-
 /*
  * int sa11x0_print(void *aux, const char *name)
  * print configuration info for children



Home | Main Index | Thread Index | Old Index