Skip to content

Commit 2981cf8

Browse files
Christoph HellwigKAGA-KOKO
authored andcommitted
x86/platform/uv: Remove the unused _uv_cpu_blade_processor_id() macro
No users anywhere in the kernel tree. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Not-acked-by: Dimitri Sivanich <[email protected]> Cc: Russ Anderson <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 479d6d9 commit 2981cf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/asm/uv/uv_hub.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ static inline int uv_cpu_blade_processor_id(int cpu)
659659
{
660660
return uv_cpu_info_per(cpu)->blade_cpu_id;
661661
}
662-
#define _uv_cpu_blade_processor_id 1 /* indicate function available */
663662

664663
/* Blade number to Node number (UV1..UV4 is 1:1) */
665664
static inline int uv_blade_to_node(int blade)

0 commit comments

Comments
 (0)