Skip to content

Fix APIC reference in profiling.rs

Ron Williams requested to merge rw_van/kernel:profiling-fix into master

This is only used when the "profiling" feature is enabled. The "apic" code was modified but the profiling code did not get updated. This MR fixes that.

Merge request reports