diff options
| author | 2025-06-12 13:23:56 +0200 | |
|---|---|---|
| committer | 2025-06-12 13:23:56 +0200 | |
| commit | 332d6a94ce80efae2e6b38e01a46e92230577354 (patch) | |
| tree | ca697ecc8168ed4d9ca9315ac08ed530ac204c61 /rust/helpers/helpers.c | |
| parent | Linux 6.16-rc1 (diff) | |
| parent | rust: cpu: Add CpuId::current() to retrieve current CPU ID (diff) | |
| download | linux-rng-332d6a94ce80efae2e6b38e01a46e92230577354.tar.xz linux-rng-332d6a94ce80efae2e6b38e01a46e92230577354.zip | |
Merge tag 'cpufreq-arm-fixes-6.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Merge CPUFreq fixes for 6.16-rc from Viresh Kumar:
"- Implement CpuId rust abstraction and use it to fix doctest failure
(Viresh Kumar).
- Minor cleanups in the `# Safety` sections for cpufreq abstractions
(Viresh Kumar)."
* tag 'cpufreq-arm-fixes-6.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm:
rust: cpu: Add CpuId::current() to retrieve current CPU ID
rust: Use CpuId in place of raw CPU numbers
rust: cpu: Introduce CpuId abstraction
cpufreq: Convert `/// SAFETY` lines to `# Safety` sections
Diffstat (limited to 'rust/helpers/helpers.c')
| -rw-r--r-- | rust/helpers/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c index 0f1b5d115985..16fa9bca5949 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -13,6 +13,7 @@ #include "build_assert.c" #include "build_bug.c" #include "clk.c" +#include "cpu.c" #include "cpufreq.c" #include "cpumask.c" #include "cred.c" |
