Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/pci Remove a 'register' declaration. Noted in...



details:   https://anonhg.NetBSD.org/src/rev/bd586a60bb68
branches:  trunk
changeset: 790170:bd586a60bb68
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Sep 23 16:44:30 2013 +0000

description:
Remove a 'register' declaration. Noted in PR port-alpha/48148.

diffstat:

 sys/arch/alpha/pci/tsc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a3b7e7fa83e3 -r bd586a60bb68 sys/arch/alpha/pci/tsc.c
--- a/sys/arch/alpha/pci/tsc.c  Mon Sep 23 16:41:56 2013 +0000
+++ b/sys/arch/alpha/pci/tsc.c  Mon Sep 23 16:44:30 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsc.c,v 1.20 2013/09/23 16:41:57 tsutsui Exp $ */
+/* $NetBSD: tsc.c,v 1.21 2013/09/23 16:44:30 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 1999 by Ross Harvey.  All rights reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.20 2013/09/23 16:41:57 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.21 2013/09/23 16:44:30 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -151,7 +151,7 @@
 static int
 tscprint(void *aux, const char *p)
 {
-       register struct tsp_attach_args *tsp = aux;
+       struct tsp_attach_args *tsp = aux;
 
        if(p)
                aprint_normal("%s%d at %s", tsp->tsp_name, tsp->tsp_slot, p);



Home | Main Index | Thread Index | Old Index