ref: 59688f4aeb0154b9686d443a12ef06946e3d3eff
parent: f7ef9fd676fc360ca8f606ec234b416be37b0e7f
author: qwx <qwx@sciops.net>
date: Sun Nov 30 19:04:50 EST 2025
zynq: rename #P/temp to #P/cputemp as used by other kernels and stats(1)
--- a/sys/src/9/zynq/devarch.c
+++ b/sys/src/9/zynq/devarch.c
@@ -19,7 +19,7 @@
static Dirtab archdir[Qmax] = { ".", { Qdir, 0, QTDIR }, 0, 0555,- "temp", { Qtemp, 0}, 0, 0440,+ "cputemp", { Qtemp, 0}, 0, 0440, "pl", { Qpl, 0 }, 0, 0660, "fbctl", { Qfbctl, 0 }, 0, 0660,};
--
⑨