flat_mem: note sizing work to do
authorAlan Cox <alan@linux.intel.com>
Sat, 4 Feb 2017 23:11:12 +0000 (23:11 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 4 Feb 2017 23:11:12 +0000 (23:11 +0000)
Kernel/include/flat_mem.h

index 047e2b2..64b6648 100644 (file)
@@ -15,6 +15,9 @@
 #define MMU_BLKSIZE            8192
 #endif
 
+/* These are much too big. We need to split virtual and physical management
+   and pull some other tricks to get the size down. At the moment with 8K
+   pages it costs us 2.5K / MB of RAM */
 struct memblk
 {
        struct memblk   *next;          /* Next allocation block */