Takao,
On Wed, 28 Oct 2015, Takao Indoh wrote:
> +#if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
> +void cpu_emergency_stop_pt(void);
> +#else
> +void cpu_emergency_stop_pt(void) {}
This wants to be
static inline void ....
please.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

