[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3133453.Cys8lc6CAy@wuerfel>
Date: Thu, 09 Apr 2015 23:17:06 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: Kumar Gala <galak@...eaurora.org>, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, catalin.marinas@....com,
will.deacon@....com, linux-kernel@...r.kernel.org, arm@...nel.org,
Abhimanyu Kapur <abhimany@...eaurora.org>
Subject: Re: [RFC PATCH 3/5] arm64: introduce CPU_OF_TABLES for cpu ops selection
On Thursday 09 April 2015 12:37:09 Kumar Gala wrote:
> @@ -67,4 +67,9 @@ extern const struct cpu_operations *cpu_ops[NR_CPUS];
> int __init cpu_read_ops(struct device_node *dn, int cpu);
> void __init cpu_read_bootcpu_ops(void);
>
> +#define CPU_METHOD_OF_DECLARE(name, __ops) \
> + static const struct cpu_operations *__cpu_method_table_##name \
> + __used __section(__cpu_method_of_table) \
> + = __ops;
> +
> #endif /* ifndef __ASM_CPU_OPS_H */
>
I'd rather not add this, to avoid giving the appearance that platforms
can just add another one here.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists