Commit f6a0dd1b authored by Josh Aas's avatar Josh Aas Committed by David Mosberger

[PATCH] ia64: fix obsolete and now misleading comment

Signed-off-by: default avatarJosh Aas <josha@sgi.com>
Signed-off-by: default avatarDavid Mosberger <davidm@hpl.hp.com>
parent a2313872
......@@ -580,7 +580,7 @@ mem_init (void)
if (!fsyscall_table[i] || nolwsys)
fsyscall_table[i] = sys_call_table[i] | 1;
}
setup_gate(); /* setup gate pages before we free up boot memory... */
setup_gate();
#ifdef CONFIG_IA32_SUPPORT
ia32_boot_gdt_init();
......
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