Skip to content

Commit 70d49bb

Browse files
yangx-jystellarhopper
authored andcommitted
tools/testing/cxl: Remove unused SZ_512G macro
SZ_512G macro has become useless since commit b2f3b74 ("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>
1 parent 91019b5 commit 70d49bb

File tree

1 file changed

+0
-4
lines changed
  • tools/testing/cxl/test

1 file changed

+0
-4
lines changed

tools/testing/cxl/test/cxl.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -999,10 +999,6 @@ static void mock_companion(struct acpi_device *adev, struct device *dev)
999999
#define SZ_64G (SZ_32G * 2)
10001000
#endif
10011001

1002-
#ifndef SZ_512G
1003-
#define SZ_512G (SZ_64G * 8)
1004-
#endif
1005-
10061002
static __init int cxl_rch_init(void)
10071003
{
10081004
int rc, i;

0 commit comments

Comments
 (0)