kgdb,x86: remove redundant test
authorRoel Kluin <roel.kluin@gmail.com>
Fri, 11 Dec 2009 14:43:12 +0000 (08:43 -0600)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 11 Dec 2009 14:43:12 +0000 (08:43 -0600)
commita5d09d68335bb8422d5e7050c9f03f99ba6cfebd
treeb9e398daf667b8aca2d968ef822bede5c1fe5b82
parent3ef884b4c04e857c283cc77ca70ad8f638d94b0e
kgdb,x86: remove redundant test

The for loop starts with a breakno of 0, and ends when it's 4. so
this test is always true.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
arch/x86/kernel/kgdb.c