Re: [PATCH v2 6/6] x86, asm: Rename INIT_TSS_IST to TSS_IST

2015-03-05 Thread Ingo Molnar
* Andy Lutomirski wrote: > This has nothing to do with the init thread or the initial anything. > It's just the TSS. > > Signed-off-by: Andy Lutomirski > --- > arch/x86/kernel/entry_64.S | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/x86/kernel/entry_64.S

[PATCH v2 6/6] x86, asm: Rename INIT_TSS_IST to TSS_IST

2015-03-05 Thread Andy Lutomirski
This has nothing to do with the init thread or the initial anything. It's just the TSS. Signed-off-by: Andy Lutomirski --- arch/x86/kernel/entry_64.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 0c00fd8024