Re: [SeaBIOS] [PATCH 4/4] cleanup smp_setup()

2016-05-12 Thread Igor Mammedov
On Wed, 11 May 2016 10:08:11 -0400 "Kevin O'Connor" wrote: > On Wed, May 11, 2016 at 11:50:36AM +0200, Igor Mammedov wrote: > > On Tue, 10 May 2016 16:43:34 +0200 > > Igor Mammedov wrote: > > > > > MaxCountCPUs could never be 0 or less CountCPUs > > >

Re: [SeaBIOS] [PATCH 4/4] cleanup smp_setup()

2016-05-11 Thread Kevin O'Connor
On Wed, May 11, 2016 at 11:50:36AM +0200, Igor Mammedov wrote: > On Tue, 10 May 2016 16:43:34 +0200 > Igor Mammedov wrote: > > > MaxCountCPUs could never be 0 or less CountCPUs > > anymore, remove code that wouldn't be executed. > > > > Signed-off-by: Igor Mammedov

Re: [SeaBIOS] [PATCH 4/4] cleanup smp_setup()

2016-05-11 Thread Igor Mammedov
On Tue, 10 May 2016 16:43:34 +0200 Igor Mammedov wrote: > MaxCountCPUs could never be 0 or less CountCPUs > anymore, remove code that wouldn't be executed. > > Signed-off-by: Igor Mammedov > --- > src/fw/smp.c | 2 -- > 1 file changed, 2 deletions(-)