[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130717192004.GD16496@MacBook-Pro.local>
Date: Wed, 17 Jul 2013 20:20:04 +0100
From: Catalin Marinas <catalin.marinas@....com>
To: Marc Zyngier <marc.zyngier@....com>
Cc: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Will Deacon <Will.Deacon@....com>, Robin Holt <holt@....com>,
Pawel Moll <Pawel.Moll@....com>
Subject: Re: [PATCH] arm64: use common reboot infrastructure
On Thu, Jul 11, 2013 at 12:13:00PM +0100, Marc Zyngier wrote:
> Commit 7b6d864b48d9 (reboot: arm: change reboot_mode to use enum
> reboot_mode) changed the way reboot is handled on arm, which has a
> direct impact on arm64 as we share the reset driver on the VE platform.
>
> The obvious fix is to move arm64 to use the same infrastructure.
>
> Cc: Robin Holt <holt@....com>
> Cc: Pawel Moll <pawel.moll@....com>
> Cc: Will Deacon <will.deacon@....com>
> Cc: Catalin Marinas <catalin.marinas@....com>
> Signed-off-by: Marc Zyngier <marc.zyngier@....com>
I just did the same before I saw your patch. Anyway, I'll take yours as
you did it first ;)
> --- a/kernel/reboot.c
> +++ b/kernel/reboot.c
> @@ -25,7 +25,7 @@ int C_A_D = 1;
> struct pid *cad_pid;
> EXPORT_SYMBOL(cad_pid);
>
> -#if defined(CONFIG_ARM) || defined(CONFIG_UNICORE32)
> +#if defined(CONFIG_ARM) || defined(CONFIG_ARM64) || defined(CONFIG_UNICORE32)
> #define DEFAULT_REBOOT_MODE = REBOOT_HARD
> #else
> #define DEFAULT_REBOOT_MODE
Do we need this or we could use the default (I think REBOOT_COLD is 0)?
--
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists