Re: [PATCH] x86/irq/64: fix the missing update on comment

2019-07-22 Thread Cao jin
On 7/22/19 4:53 PM, Thomas Gleixner wrote: > Cao, > > On Fri, 19 Jul 2019, Cao jin wrote: > >> Commit e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages") >> missed to update one piece of comment as it did to its peer in Xen, which >> will confuse people who still need to read comm

Re: [PATCH] x86/irq/64: fix the missing update on comment

2019-07-22 Thread Thomas Gleixner
Cao, On Fri, 19 Jul 2019, Cao jin wrote: > Commit e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages") > missed to update one piece of comment as it did to its peer in Xen, which > will confuse people who still need to read comment. > > A bonus fix to identation in ZO's linker scr

[PATCH] x86/irq/64: fix the missing update on comment

2019-07-19 Thread Cao jin
Commit e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages") missed to update one piece of comment as it did to its peer in Xen, which will confuse people who still need to read comment. A bonus fix to identation in ZO's linker script: spaces -> tab. Signed-off-by: Cao jin --- arc