RE: [RFC PATCH acpi] x86 topology: calculate_max_logical_die() can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This can be ignored -- as it was a temporary routine in my branch, which no longer exists in the latest.

Thanks,
-Len


-----Original Message-----
From: lkp 
Sent: Monday, April 29, 2019 6:53 PM
To: Brown, Len <len.brown@xxxxxxxxx>
Cc: kbuild-all@xxxxxx; linux-pm@xxxxxxxxxxxxxxx; linux-acpi@xxxxxxxxxxxxxxx
Subject: [RFC PATCH acpi] x86 topology: calculate_max_logical_die() can be static


Fixes: ae18cd4e0b58 ("x86 topology: create topology_max_die_per_package")
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
 smpboot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index f6c9c98..ff03d325 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1414,7 +1414,7 @@ void __init calculate_max_logical_packages(void)
 	__max_logical_packages = DIV_ROUND_UP(total_cpus, ncpus);
 	pr_info("Max logical packages: %u\n", __max_logical_packages);  } -void __init calculate_max_logical_die(void)
+static void __init calculate_max_logical_die(void)
 {
 	struct cpuinfo_x86 *c = &cpu_data(0);
 



[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux