This adds the magic numbers for powerpc64 to cut away the noise in
stack traces.

ok?


Index: dev/dt/dt_dev.c
===================================================================
RCS file: /cvs/src/sys/dev/dt/dt_dev.c,v
retrieving revision 1.9
diff -u -p -r1.9 dt_dev.c
--- dev/dt/dt_dev.c     13 Aug 2020 11:28:31 -0000      1.9
+++ dev/dt/dt_dev.c     25 Sep 2020 17:40:58 -0000
@@ -56,6 +56,9 @@
 #if defined(__amd64__)
 #define DT_FA_PROFILE  5
 #define DT_FA_STATIC   2
+#elif defined(__powerpc64__)
+#define DT_FA_PROFILE  6
+#define DT_FA_STATIC   2
 #elif defined(__sparc64__)
 #define DT_FA_PROFILE  5
 #define DT_FA_STATIC   1

Reply via email to