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

Igor Mammedov imammedo at redhat.com
Tue May 10 16:43:34 CEST 2016


MaxCountCPUs could never be 0 or less CountCPUs
anymore, remove code that wouldn't be executed.

Signed-off-by: Igor Mammedov <imammedo at redhat.com>
---
 src/fw/smp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/fw/smp.c b/src/fw/smp.c
index 18a4c77..4d82502 100644
--- a/src/fw/smp.c
+++ b/src/fw/smp.c
@@ -175,8 +175,6 @@ smp_setup(void)
     *(u64*)BUILD_AP_BOOT_ADDR = old;
 
     handle_x2apic();
-    if (!MaxCountCPUs || MaxCountCPUs < CountCPUs)
-        MaxCountCPUs = CountCPUs;
 
     dprintf(1, "Found %d cpu(s) max supported %d cpu(s)\n", CountCPUs,
             MaxCountCPUs);
-- 
1.8.3.1




More information about the SeaBIOS mailing list