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: <20190407223013.2h7ac44l24g2dike@localhost> Date: Sun, 7 Apr 2019 15:30:13 -0700 From: Olof Johansson <olof@...om.net> To: Arnd Bergmann <arnd@...db.de> Cc: arm@...nel.org, Sugaya Taichi <sugaya.taichi@...ionext.com>, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU On Wed, Mar 13, 2019 at 10:19:16PM +0100, Arnd Bergmann wrote: > When HOTPLUG_CPU is disabled, some fields in the smp operations > are not available or needed: > > arch/arm/mach-milbeaut/platsmp.c:90:3: error: field designator 'cpu_die' does not refer to any field in type > 'struct smp_operations' > .cpu_die = m10v_cpu_die, > ^ > arch/arm/mach-milbeaut/platsmp.c:91:3: error: field designator 'cpu_kill' does not refer to any field in type > 'struct smp_operations' > .cpu_kill = m10v_cpu_kill, > ^ > > Hide them in an #ifdef like the other platforms do. > > Fixes: 9fb29c734f9e ("ARM: milbeaut: Add basic support for Milbeaut m10v SoC") > Signed-off-by: Arnd Bergmann <arnd@...db.de> Applied to fixes. -Olof
Powered by blists - more mailing lists