x86/apic: Remove mpparse 'apicid' variable
authorDave Hansen <dave.hansen@linux.intel.com>
Tue, 8 Aug 2023 22:03:47 +0000 (15:03 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 9 Aug 2023 18:58:19 +0000 (11:58 -0700)
commit004671e5c9335736ef808482bfc69cccd93cccc5
tree31aac342c8679d71bb7b28a277cb71168cf1547f
parent249ada2c821ff6819b5214d2f08d73aebde814eb
x86/apic: Remove mpparse 'apicid' variable

From: Dave Hansen <dave.hansen@linux.intel.com>

Some truly ancient code had different ways of calculating the 'apicid'
but it is long gone.  Zap the unnecssary local variablee

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
arch/x86/kernel/mpparse.c