x86/platform/uv: Remove remaining BUG_ON() and BUG() calls
authorSteve Wahl <steve.wahl@hpe.com>
Fri, 19 May 2023 19:07:51 +0000 (14:07 -0500)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 31 May 2023 16:35:00 +0000 (09:35 -0700)
commit89827568a82d5856f3c8d329d3c2bc0f47385eb9
tree1d0844a3b311d6fcb403a83fdbf605b1daa8f83f
parent8a50c58519271dd24ba760bb282875f6ad66ee71
x86/platform/uv: Remove remaining BUG_ON() and BUG() calls

Replace BUG and BUG_ON with WARN_ON_ONCE and carry on as best as we
can.

Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20230519190752.3297140-8-steve.wahl%40hpe.com
arch/x86/kernel/apic/x2apic_uv_x.c