Commit a7da89e2 authored by Ben Collins's avatar Ben Collins Committed by David S. Miller

[SPARC64]: Do not NULL conswitchp when serial_console.

parent 63302c4f
......@@ -573,8 +573,6 @@ void __init setup_arch(char **cmdline_p)
serial_console = 2;
break;
};
if (serial_console)
conswitchp = NULL;
paging_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