Hi folks, I wonder whether any kernel code is swapped out in some cases? E.g. in windows NT kernel kernel code is divided into two parts - swappable and nonswappable, there is specific macros to mark the code being swappable. So, as I understand, all kernel code (including modules) and all static/global data is unswappable, all dynamic memory allocated with GFP_ATOMIC is unswappable, with GFP_KERNEL is swappable. Am I right? -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ