Skip to content

Commit f3b51d3

Browse files
aamarindcrowell77
authored andcommitted
Move find API to share among memory controllers
Change-Id: I14956712e761b2c32ebadd048aa47315a034d88a Original-Change-Id: I25b2a380f85e3e66f38299d2285934faf900ffdb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37850 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Dev-Ready: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82430 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
1 parent 85b7c42 commit f3b51d3

File tree

1 file changed

+1
-1
lines changed
  • src/import/chips/p9/procedures/hwp/memory/lib/mc

1 file changed

+1
-1
lines changed

src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <fapi2.H>
3737
#include <lib/utils/dump_regs.H>
3838
#include <lib/mc/mc.H>
39-
#include <lib/utils/find.H>
39+
#include <generic/memory/lib/utils/find.H>
4040

4141
using fapi2::TARGET_TYPE_MCA;
4242
using fapi2::TARGET_TYPE_MCS;

0 commit comments

Comments
 (0)