Re: [PATCH 0/5] x86/asm/entry/64: simplifications

2015-03-31 Thread Denys Vlasenko
On 03/31/2015 05:47 PM, Ingo Molnar wrote: > > * Denys Vlasenko wrote: > >> This patchset simplifies jump maze in entry_64.S a bit by moving >> "retint_kernel" code block, and follows up with simplifications >> which become obvious after the move. > > So I got conflicts with latest tip:master

Re: [PATCH 0/5] x86/asm/entry/64: simplifications

2015-03-31 Thread Ingo Molnar
* Denys Vlasenko wrote: > This patchset simplifies jump maze in entry_64.S a bit by moving > "retint_kernel" code block, and follows up with simplifications > which become obvious after the move. So I got conflicts with latest tip:master with 3 of the 5 patches, so I probably missed one of

Re: [PATCH 0/5] x86/asm/entry/64: simplifications

2015-03-31 Thread Denys Vlasenko
On 03/31/2015 05:47 PM, Ingo Molnar wrote: * Denys Vlasenko dvlas...@redhat.com wrote: This patchset simplifies jump maze in entry_64.S a bit by moving retint_kernel code block, and follows up with simplifications which become obvious after the move. So I got conflicts with latest

Re: [PATCH 0/5] x86/asm/entry/64: simplifications

2015-03-31 Thread Ingo Molnar
* Denys Vlasenko dvlas...@redhat.com wrote: This patchset simplifies jump maze in entry_64.S a bit by moving retint_kernel code block, and follows up with simplifications which become obvious after the move. So I got conflicts with latest tip:master with 3 of the 5 patches, so I probably

[PATCH 0/5] x86/asm/entry/64: simplifications

2015-03-30 Thread Denys Vlasenko
This patchset simplifies jump maze in entry_64.S a bit by moving "retint_kernel" code block, and follows up with simplifications which become obvious after the move. Two labels and one define is gone One label is no longer .global One redundand DISABLE_INTERRUPTS is gone A few jump and test

[PATCH 0/5] x86/asm/entry/64: simplifications

2015-03-30 Thread Denys Vlasenko
This patchset simplifies jump maze in entry_64.S a bit by moving retint_kernel code block, and follows up with simplifications which become obvious after the move. Two labels and one define is gone One label is no longer .global One redundand DISABLE_INTERRUPTS is gone A few jump and test