From 0380305521d8832f5ed6348fadc0c6ecec5b83ba Mon Sep 17 00:00:00 2001 From: Alistair Popple Date: Fri, 29 Sep 2017 16:28:01 +1000 Subject: 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 --- libpdbg/htm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpdbg/htm.c') 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;; -- cgit v1.2.1