lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <289ebc45-4070-920c-cba7-fa7120d2bf4a@canonical.com> Date: Sun, 20 Feb 2022 16:30:26 +0100 From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> To: Alim Akhtar <alim.akhtar@...sung.com>, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Cc: linux-samsung-soc@...r.kernel.org, daniel.lezcano@...aro.org, tglx@...utronix.de, pankaj.dubey@...sung.com, m.szyprowski@...sung.com Subject: Re: [PATCH v2 1/3] clocksource/drivers/exynos_mct: Remove mct interrupt index enum On 20/02/2022 14:38, Alim Akhtar wrote: > MCT driver define an enum which list global and local timer's > irq index. Most of them are not used but MCT_G0_IRQ and > MCT_L0_IRQ and these two are at a fixed offset/index. > Get rid of this enum and use a #define for the used irq index. > > No functional changes expected. > > Signed-off-by: Alim Akhtar <alim.akhtar@...sung.com> > --- > drivers/clocksource/exynos_mct.c | 22 ++++++---------------- > 1 file changed, 6 insertions(+), 16 deletions(-) > > * Changes since v1: > - Seperate out bumping up of max mct irq and local timer number > as commented by Krzysztof > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> Best regards, Krzysztof
Powered by blists - more mailing lists