Skip to content

Commit 3850657

Browse files
Cao jinKAGA-KOKO
authored andcommitted
x86/irq/64: Update stale comment
Commit e6401c1 ("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. Signed-off-by: Cao jin <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent d02f1aa commit 3850657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/x86/kernel/head_64.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ ENTRY(secondary_startup_64)
193193

194194
/* Set up %gs.
195195
*
196-
* The base of %gs always points to the bottom of the irqstack
197-
* union. If the stack protector canary is enabled, it is
198-
* located at %gs:40. Note that, on SMP, the boot cpu uses
199-
* init data section till per cpu areas are set up.
196+
* The base of %gs always points to fixed_percpu_data. If the
197+
* stack protector canary is enabled, it is located at %gs:40.
198+
* Note that, on SMP, the boot cpu uses init data section until
199+
* the per cpu areas are set up.
200200
*/
201201
movl $MSR_GS_BASE,%ecx
202202
movl initial_gs(%rip),%eax

0 commit comments

Comments
 (0)