On 14/10/17 15:22, Russell King - ARM Linux wrote:
On Mon, Sep 25, 2017 at 10:05:37AM +0100, Vladimir Murzin wrote:
quoted
diff --git a/arch/arm/mm/pmsa-v7.c b/arch/arm/mm/pmsa-v7.c
new file mode 100644
index 0000000..ee3cf51
--- /dev/null
+++ b/arch/arm/mm/pmsa-v7.c
@@ -0,0 +1,262 @@
+/*
+ * linux/arch/arm/mm/nommu.c
+ *
+ * ARM uCLinux supporting functions.
If this is for "a different MPU model" wouldn't it be better to say here?
uCLinux itself doesn't require a MPU (think pre-Cortex MMU-less systems.)
Agree, content of this file it not related to uCLinux. I'll update a comment.
Thanks
Vladimir