From 547601cc8e7e6550671965de9e92a60e4d6a58a7 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 16 Feb 2006 01:50:19 +0000 Subject: [PATCH] Remove useless extra assignment. --- sys/arch/mips/alchemy/au_wired_space.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/mips/alchemy/au_wired_space.c b/sys/arch/mips/alchemy/au_wired_space.c index bd60513ad0a3..3579bfa952a4 100644 --- a/sys/arch/mips/alchemy/au_wired_space.c +++ b/sys/arch/mips/alchemy/au_wired_space.c @@ -1,4 +1,4 @@ -/* $NetBSD: au_wired_space.c,v 1.1 2006/02/06 03:07:44 gdamore Exp $ */ +/* $NetBSD: au_wired_space.c,v 1.2 2006/02/16 01:50:19 gdamore Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: au_wired_space.c,v 1.1 2006/02/06 03:07:44 gdamore Exp $"); +__KERNEL_RCSID(0, "$NetBSD: au_wired_space.c,v 1.2 2006/02/16 01:50:19 gdamore Exp $"); /* * This provides mappings for the upper I/O regions used on some @@ -649,7 +649,6 @@ au_wired_space_init(bus_space_tag_t bst, const char *name, c->c_name = name; c->c_start = start; c->c_size = size; - c->c_pbase = paddr; /* allocate extent manager */ c->c_extent = extent_create(name, start, start + size, M_DEVBUF,