[PATCH 4/6] powerpc/rtas: move syscall filter setup into separate function
Andrew Donnellan
ajd at linux.ibm.com
Fri Jan 15 16:49:44 AEDT 2021
On 15/1/21 9:00 am, Nathan Lynch wrote:
> Reduce conditionally compiled sections within rtas_initialize() by
> moving the filter table initialization into its own function already
> guarded by CONFIG_PPC_RTAS_FILTER. No behavior change intended.
>
> Signed-off-by: Nathan Lynch <nathanl at linux.ibm.com>
Acked-by: Andrew Donnellan <ajd at linux.ibm.com>
> +static void __init rtas_syscall_filter_init(void)
> +{
> + unsigned int i;
> +
> + for (i = 0; i < ARRAY_SIZE(rtas_filters); i++) {
> + rtas_filters[i].token = rtas_token(rtas_filters[i].name);
> + }
> +
> +}
Unnecessary empty line, but vitally important braces :)
--
Andrew Donnellan OzLabs, ADL Canberra
ajd at linux.ibm.com IBM Australia Limited
More information about the Linuxppc-dev
mailing list