[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181202090254.GA3896@avx2>
Date: Sun, 2 Dec 2018 12:02:54 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: Joey Pabalinas <joeypabalinas@...il.com>,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drop silly "static inline asmlinkage" from dump_stack()
On Sat, Dec 01, 2018 at 09:33:38PM -1000, Joey Pabalinas wrote:
> On Sat, Nov 24, 2018 at 12:35:30PM +0300, Alexey Dobriyan wrote:
> > -static inline asmlinkage void dump_stack(void)
> > +static inline void dump_stack(void)
>
> Why is it "silly"? An explanation in the commit message would be useful.
Empty function will be inlined so asmlinkage doesn't do anything.
Powered by blists - more mailing lists