summaryrefslogtreecommitdiffstats
path: root/libpdbg/htm.c
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2017-09-29 16:28:01 +1000
committerAlistair Popple <alistair@popple.id.au>2017-12-11 15:00:11 +1100
commit0380305521d8832f5ed6348fadc0c6ecec5b83ba (patch)
tree2e094b4bd42dfd4e7262876d2969eae835ecef0d /libpdbg/htm.c
parent42763c33c8903ef3c26171ed4d148374296512d2 (diff)
downloadpdbg-0380305521d8832f5ed6348fadc0c6ecec5b83ba.tar.gz
pdbg-0380305521d8832f5ed6348fadc0c6ecec5b83ba.zip
Rename chiplet to core
A core is a specific subset of chiplets so rename the existing usage of chiplet to core so that we may add other types of chiplets to the system. No functional change. Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'libpdbg/htm.c')
-rw-r--r--libpdbg/htm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/htm.c b/libpdbg/htm.c
index 6377699..ee6cf1e 100644
--- a/libpdbg/htm.c
+++ b/libpdbg/htm.c
@@ -421,7 +421,7 @@ static int do_setup(struct htm *htm)
0xFFFF000000)))
return -1;
- /* Stop on chiplet xstop */
+ /* Stop on core xstop */
if (HTM_ERR(pib_write(&htm->target, HTM_TRIGGER_CONTROL, HTM_CTRL_XSTOP_STOP)))
return -1;;
OpenPOWER on IntegriCloud