Re: [PATCHv7 11/19] x86/mm: Make STACK_TOP_MAX dynamic

2017-09-28 Thread Kirill A. Shutemov
On Thu, Sep 28, 2017 at 10:29:55AM +0200, Ingo Molnar wrote: > > * Kirill A. Shutemov wrote: > > > For boot-time switching between paging modes, we need to be able to > > change STACK_TOP_MAX at runtime. > > > > The change is trivial and it doesn't affect kernel image size. > > > > Signed-off-

Re: [PATCHv7 11/19] x86/mm: Make STACK_TOP_MAX dynamic

2017-09-28 Thread Ingo Molnar
* Kirill A. Shutemov wrote: > For boot-time switching between paging modes, we need to be able to > change STACK_TOP_MAX at runtime. > > The change is trivial and it doesn't affect kernel image size. > > Signed-off-by: Kirill A. Shutemov > --- > arch/x86/include/asm/processor.h | 2 +- > 1 f

[PATCHv7 11/19] x86/mm: Make STACK_TOP_MAX dynamic

2017-09-18 Thread Kirill A. Shutemov
For boot-time switching between paging modes, we need to be able to change STACK_TOP_MAX at runtime. The change is trivial and it doesn't affect kernel image size. Signed-off-by: Kirill A. Shutemov --- arch/x86/include/asm/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff