Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/testing/cxl: Remove unused SZ_512G macro

SZ_512G macro has become useless since commit b2f3b74e1072
("tools/testing/cxl: Move cxl_test resources to the top of memory")
so remove it directly.

Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com>
Link: https://lore.kernel.org/r/20230719163103.3392-1-yangx.jy@fujitsu.com
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>

authored by

Xiao Yang and committed by
Vishal Verma
70d49bbf 91019b5b

-4
-4
tools/testing/cxl/test/cxl.c
··· 999 999 #define SZ_64G (SZ_32G * 2) 1000 1000 #endif 1001 1001 1002 - #ifndef SZ_512G 1003 - #define SZ_512G (SZ_64G * 8) 1004 - #endif 1005 - 1006 1002 static __init int cxl_rch_init(void) 1007 1003 { 1008 1004 int rc, i;