Just change "call_single_data_t" to "struct call_single_data" and everything is OK.
Huacai
------------------ Original ------------------ From: "Greg Kroah-Hartman"gregkh@linuxfoundation.org; Date: Mon, Jul 16, 2018 05:40 PM To: "陈华才"chenhc@lemote.com; Cc: "linux-kernel"linux-kernel@vger.kernel.org; "stable"stable@vger.kernel.org; "Paul Burton"paul.burton@mips.com; "James Hogan"jhogan@kernel.org; "Ralf Baechle"ralf@linux-mips.org; "linux-mips"linux-mips@linux-mips.org; Subject: Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()
On Mon, Jul 16, 2018 at 05:29:05PM +0800, 陈华才 wrote:
Hi, Greg,
kernel-4.9 doesn't have call_single_data_t, we should use struct call_single_data instead.
Can you send me a patch to merge with this one with that change so that I know I get it right?
thanks,
greg k-h