[RFC 0/5] restart cleanups
Russell King - ARM Linux
linux at arm.linux.org.uk
Thu Nov 3 05:12:45 EDT 2011
On Tue, Nov 01, 2011 at 04:38:17PM +0000, Russell King - ARM Linux wrote:
> Can someone please check whether this code:
>
> /* Hook for arm_pm_restart to ensure we execute the reset code
> * with the caches enabled. It seems at least the S3C2440 has a problem
> * resetting if there is bus activity interrupted by the reset.
> */
> static void s3c24xx_pm_restart(char mode, const char *cmd)
> {
> if (mode != 's') {
> unsigned long flags;
>
> local_irq_save(flags);
> __cpuc_flush_kern_all();
> __cpuc_flush_user_all();
>
> arch_reset(mode, cmd);
> local_irq_restore(flags);
> }
>
> /* fallback, or unhandled */
> arm_machine_restart(mode, cmd);
> }
>
> will be broken by any of these patches - and more importantly whether
> this code can simply be deleted with these five patches applied.
Okay, I'm going to delete the above and hope for the best; I'm taking
the lack of reply as meaning that no one in the Samsung community is
that interested in this code.
More information about the linux-arm-kernel
mailing list