commit | a57a5c2e8db8d80f460dcad77877895718c9f209 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Thu Sep 04 01:03:02 2008 +0400 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Sep 03 14:12:39 2008 -0700 |
tree | 57eb4bddf0ca487806fac5ca22f70af9f7fe623c | |
parent | f2ba93929fdb91fd806be20e959a50f7db82790e [diff] |
x86 setup: remove remnants of CONFIG_VIDEO_SELECT (read: vga=) Impact: cleanup Video mode selection became always possible in 2.6.23-rc1 after i386 setup code rewrite in C. Regardless, VIDEO_SELECT is stupid config option because it affects only kernel setup code, not code which always stays in memory. vga= always possible now which is good. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>