From 5545e4552f10c31929e83135aea4f733cc68ccca Mon Sep 17 00:00:00 2001 From: pareenaverma Date: Wed, 8 Nov 2023 14:38:18 +0000 Subject: [PATCH] Moved restrict LP to be cross-platform in the appropriate categories --- .wordlist.txt | 5 ++++- .../restrict-keyword-c99/_index.md | 7 ++++++- .../restrict-keyword-c99/_next-steps.md | 4 ++-- .../restrict-keyword-c99/_review.md | 0 .../restrict-keyword-c99/restrict-example-sve2.md | 0 .../restrict-keyword-c99/what-is-restrict.md | 0 .../restrict-keyword-c99/when-to-use-restrict.md | 0 .../laptops-and-desktops/windowsperf/windowsperf.md | 2 +- 8 files changed, 13 insertions(+), 5 deletions(-) rename content/learning-paths/{embedded-systems => cross-platform}/restrict-keyword-c99/_index.md (89%) rename content/learning-paths/{embedded-systems => cross-platform}/restrict-keyword-c99/_next-steps.md (80%) rename content/learning-paths/{embedded-systems => cross-platform}/restrict-keyword-c99/_review.md (100%) rename content/learning-paths/{embedded-systems => cross-platform}/restrict-keyword-c99/restrict-example-sve2.md (100%) rename content/learning-paths/{embedded-systems => cross-platform}/restrict-keyword-c99/what-is-restrict.md (100%) rename content/learning-paths/{embedded-systems => cross-platform}/restrict-keyword-c99/when-to-use-restrict.md (100%) diff --git a/.wordlist.txt b/.wordlist.txt index e0aa9c790..5eea79e6d 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1648,4 +1648,7 @@ prepend initialise ptr LLSoftSecBook -nodeSelector \ No newline at end of file +nodeSelector +KMDF +DevCon + diff --git a/content/learning-paths/embedded-systems/restrict-keyword-c99/_index.md b/content/learning-paths/cross-platform/restrict-keyword-c99/_index.md similarity index 89% rename from content/learning-paths/embedded-systems/restrict-keyword-c99/_index.md rename to content/learning-paths/cross-platform/restrict-keyword-c99/_index.md index e52d14a9d..438f61ded 100644 --- a/content/learning-paths/embedded-systems/restrict-keyword-c99/_index.md +++ b/content/learning-paths/cross-platform/restrict-keyword-c99/_index.md @@ -27,7 +27,12 @@ tools_software_languages: - Coding operatingsystems: - Linux - +shared_path: true +shared_between: + - laptops-and-desktops + - servers-and-cloud-computing + - smartphones-and-mobile + ### FIXED, DO NOT MODIFY # ================================================================================ diff --git a/content/learning-paths/embedded-systems/restrict-keyword-c99/_next-steps.md b/content/learning-paths/cross-platform/restrict-keyword-c99/_next-steps.md similarity index 80% rename from content/learning-paths/embedded-systems/restrict-keyword-c99/_next-steps.md rename to content/learning-paths/cross-platform/restrict-keyword-c99/_next-steps.md index 16c3acfb4..365ebaedf 100644 --- a/content/learning-paths/embedded-systems/restrict-keyword-c99/_next-steps.md +++ b/content/learning-paths/cross-platform/restrict-keyword-c99/_next-steps.md @@ -1,7 +1,7 @@ --- -next_step_guidance: You should now be able to test the `restrict` keyword in your own code. Why not explore these other embedded software learning paths. +next_step_guidance: You should now be able to test the `restrict` keyword in your own code. We recommend exploring the learning path on porting your code to Arm Scalable Vector Extensions as a next step. -recommended_path: /learning-paths/embedded-systems/ +recommended_path: /learning-paths/servers-and-cloud-computing/sve/ further_reading: - resource: diff --git a/content/learning-paths/embedded-systems/restrict-keyword-c99/_review.md b/content/learning-paths/cross-platform/restrict-keyword-c99/_review.md similarity index 100% rename from content/learning-paths/embedded-systems/restrict-keyword-c99/_review.md rename to content/learning-paths/cross-platform/restrict-keyword-c99/_review.md diff --git a/content/learning-paths/embedded-systems/restrict-keyword-c99/restrict-example-sve2.md b/content/learning-paths/cross-platform/restrict-keyword-c99/restrict-example-sve2.md similarity index 100% rename from content/learning-paths/embedded-systems/restrict-keyword-c99/restrict-example-sve2.md rename to content/learning-paths/cross-platform/restrict-keyword-c99/restrict-example-sve2.md diff --git a/content/learning-paths/embedded-systems/restrict-keyword-c99/what-is-restrict.md b/content/learning-paths/cross-platform/restrict-keyword-c99/what-is-restrict.md similarity index 100% rename from content/learning-paths/embedded-systems/restrict-keyword-c99/what-is-restrict.md rename to content/learning-paths/cross-platform/restrict-keyword-c99/what-is-restrict.md diff --git a/content/learning-paths/embedded-systems/restrict-keyword-c99/when-to-use-restrict.md b/content/learning-paths/cross-platform/restrict-keyword-c99/when-to-use-restrict.md similarity index 100% rename from content/learning-paths/embedded-systems/restrict-keyword-c99/when-to-use-restrict.md rename to content/learning-paths/cross-platform/restrict-keyword-c99/when-to-use-restrict.md diff --git a/content/learning-paths/laptops-and-desktops/windowsperf/windowsperf.md b/content/learning-paths/laptops-and-desktops/windowsperf/windowsperf.md index 240087ec5..f1aafd09a 100644 --- a/content/learning-paths/laptops-and-desktops/windowsperf/windowsperf.md +++ b/content/learning-paths/laptops-and-desktops/windowsperf/windowsperf.md @@ -14,7 +14,7 @@ Learn more in this [blog](https://community.arm.com/arm-community-blogs/b/infras `WindowsPerf` is composed of two main components: - [wperf](https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/main/wperf) a command line interface (CLI) sometimes referred as "user-space app" and -- [wperf-driver](https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/main/wperf-driver). `wperf-driver` is a (signed) Kernel-Mode Driver Framework (KMDF) driver. +- [wperf-driver](https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/main/wperf-driver) a (signed) Kernel-Mode Driver Framework (KMDF) driver. ## WindowsPerf releases