commit | 9a8cb626a08f2c8251291f3c0a049b29665895d2 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Dec 07 02:14:11 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:11 2006 +0100 |
tree | 81015911c516d49f9de47f913848c4bf43acb176 | |
parent | 538f188e03c821c93b355c9fc346806cdd34e286 [diff] |
[PATCH] i386: Avoid boot warning with apic=debug There are two consumers of apic=: the apic debug level and the low level generic architecture code. early_param would warn when the low level code rejected "debug". Avoid this. Signed-off-by: Andi Kleen <ak@suse.de>