Commit b6d61f9b authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds

[PATCH] comment fix, 2.5.28

the attached patch fixes a comment that got incorrect via the
set_thread_area() changes.
parent a8a4e4a9
......@@ -412,10 +412,7 @@ ENTRY(_stext)
ALIGN
/*
* This contains typically 140 quadwords, depending on NR_CPUS.
*
* NOTE! Make sure the gdt descriptor in head.S matches this if you
* change anything.
* The Global Descriptor Table contains 20 quadwords, per-CPU.
*/
ENTRY(cpu_gdt_table)
.quad 0x0000000000000000 /* NULL descriptor */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment