From dbf224fc6d52f2699056f9776d3636ec7c57c34b Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 16 Jun 2005 20:23:20 +0000 Subject: [PATCH] --- yaml --- r: 11105 b: refs/heads/master c: 902d21d5313ba08cccadc9fceee2df3cf34e84eb h: refs/heads/master i: 11103: 87b7f75a7f75ec58488e98f4a928cf446de377e4 v: v3 --- [refs] | 2 +- trunk/arch/mips/dec/setup.c | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 90b1f34ab082..ddd04ef3d2c2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 02416dcf5a94af34bcd28b4baf25bbbf399d8136 +refs/heads/master: 902d21d5313ba08cccadc9fceee2df3cf34e84eb diff --git a/trunk/arch/mips/dec/setup.c b/trunk/arch/mips/dec/setup.c index 534a7792a7f6..82408ce710fc 100644 --- a/trunk/arch/mips/dec/setup.c +++ b/trunk/arch/mips/dec/setup.c @@ -1,19 +1,20 @@ /* - * Setup the interrupt stuff. + * System-specific setup, especially interrupts. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998 Harald Koerfgen - * Copyright (C) 2000, 2001, 2002, 2003 Maciej W. Rozycki + * Copyright (C) 2000, 2001, 2002, 2003, 2005 Maciej W. Rozycki */ -#include -#include -#include #include #include +#include +#include #include +#include +#include #include #include @@ -139,6 +140,9 @@ void __init plat_setup(void) _machine_restart = dec_machine_restart; _machine_halt = dec_machine_halt; _machine_power_off = dec_machine_power_off; + + ioport_resource.start = ~0UL; + ioport_resource.end = 0UL; } /*