Remove unnecessary property 'xore-irq-begin'.

This commit is contained in:
kiyohara 2012-08-03 08:01:35 +00:00
parent d6c05ec64c
commit 3c453cf6bc
1 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: marvell_machdep.c,v 1.12 2012/08/03 07:56:37 kiyohara Exp $ */ /* $NetBSD: marvell_machdep.c,v 1.13 2012/08/03 08:01:35 kiyohara Exp $ */
/* /*
* Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi * Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi
* All rights reserved. * All rights reserved.
@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: marvell_machdep.c,v 1.12 2012/08/03 07:56:37 kiyohara Exp $"); __KERNEL_RCSID(0, "$NetBSD: marvell_machdep.c,v 1.13 2012/08/03 08:01:35 kiyohara Exp $");
#include "opt_evbarm_boardtype.h" #include "opt_evbarm_boardtype.h"
#include "opt_ddb.h" #include "opt_ddb.h"
@ -812,12 +812,9 @@ marvell_device_register(device_t dev, void *aux)
device_is_a(device_parent(dev), "mvsoc")) device_is_a(device_parent(dev), "mvsoc"))
prop_dictionary_set_uint32(dict, "frequency", mvTclk); prop_dictionary_set_uint32(dict, "frequency", mvTclk);
#endif #endif
if (device_is_a(dev, "gtidmac")) { if (device_is_a(dev, "gtidmac"))
prop_dictionary_set_uint32(dict, prop_dictionary_set_uint32(dict,
"dmb_speed", mvTclk * sizeof(uint32_t)); /* XXXXXX */ "dmb_speed", mvTclk * sizeof(uint32_t)); /* XXXXXX */
prop_dictionary_set_uint32(dict,
"xore-irq-begin", ORION_IRQ_XOR0);
}
#if NGTPCI > 0 && defined(ORION) #if NGTPCI > 0 && defined(ORION)
if (device_is_a(dev, "gtpci")) { if (device_is_a(dev, "gtpci")) {
extern struct bus_space extern struct bus_space