Blob Blame History Raw
From: Christoph Hellwig <hch@lst.de>
Date: Mon, 4 May 2020 19:15:27 +0200
Subject: x86/platform/uv: Remove the unused _uv_cpu_blade_processor_id() macro
Git-commit: 2981cf836127c2d2d68399d456d2c22688d520b2
Patch-mainline: 5.8-rc1
References: bnc#1177710 jsc#SLE-13285

No users anywhere in the kernel tree.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Not-acked-by:  Dimitri Sivanich <sivanich@hpe.com>
Cc: Russ Anderson <rja@hpe.com>
Link: https://lkml.kernel.org/r/20200504171527.2845224-12-hch@lst.de
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
 arch/x86/include/asm/uv/uv_hub.h |    1 -
 1 file changed, 1 deletion(-)

--- a/arch/x86/include/asm/uv/uv_hub.h
+++ b/arch/x86/include/asm/uv/uv_hub.h
@@ -673,7 +673,6 @@ static inline int uv_cpu_blade_processor
 {
 	return uv_cpu_info_per(cpu)->blade_cpu_id;
 }
-#define _uv_cpu_blade_processor_id 1	/* indicate function available */
 
 /* Blade number to Node number (UV1..UV4 is 1:1) */
 static inline int uv_blade_to_node(int blade)