bank32k: add reminder about stack
authorAlan Cox <alan@linux.intel.com>
Thu, 19 Feb 2015 23:20:35 +0000 (23:20 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 19 Feb 2015 23:20:35 +0000 (23:20 +0000)
Kernel/bank32k.c

index b5aaa65..34d7072 100644 (file)
@@ -34,6 +34,8 @@
  *   then copy in the new one
  * - Provide a bank32_invalidate_cache definition to clear the cached page
  *   when it is freed.
+ * - Switch stacks when you switch to and from full kernel mapping to user
+ *   mappings as there is no common space for the kernel stacks.
  *
  *   If you are also doing swapping then you need to account for the cache
  *   by providing a swap_flush_cache() method (see swap.c)