From: Andi Kleen Date: Sat, 25 Mar 2006 15:29:46 +0000 (+0100) Subject: [PATCH] x86_64: Check that early arguments are words on their own X-Git-Tag: v2.6.17-rc1~713 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681558fdb5848f0a6dc248108f0f7323f7380857;p=pandora-kernel.git [PATCH] x86_64: Check that early arguments are words on their own We've always had the problem that arguments only did a prefix match, which resulted e.g. in noapic and noapictimer getting confused. Fix the early argument parsing code to always check that arguments are whole words (except for those that take additional arguments of course) I factored out the checking code for that while also makes the code easier to maintain. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed