Re: [PATCH v3 6/6] ACPI: import watchdog info of GTDT into platform device

From: Guenter Roeck
Date: Tue May 26 2015 - 14:24:16 EST


On Tue, May 26, 2015 at 11:35:19AM -0500, Timur Tabi wrote:
> On 05/26/2015 03:28 AM, Hanjun Guo wrote:
>
> >> early_acpi_os_unmap_memory((char *)table, tbl_size);
> >> }
> >
> >please add
> >
> >#ifdef CONFIG_ARM_SBSA_WATCHDOG
> >(acpi gtdt code)
> >#endif
>
> I don't agree with this. The GTDT should be parsed even if there's no
> watchdog driver compiled for this kernel. There are no other #ifdefs in
> this file.
>

Me not either, but then I thought this is really a maintainer question.
If the maintainers want out-of-subsystem #ifdefs in the code, who am I
to complain.

Should be "#if IS_ENABLED(CONFIG_ARM_SBSA_WATCHDOG)", though, if we go
along that route.

Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/