diff options
-rw-r--r-- | sys/dev/cpuctl/cpuctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 6a854e4..559cf78 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -526,6 +526,7 @@ cpuctl_do_eval_cpu_features(int cpu, struct thread *td) identify_cpu1(); identify_cpu2(); restore_cpu(oldcpu, is_bound, td); + printcpuinfo(); return (0); } |