Hi All,
As I read from Understanding The Linux Kernel for each process, Linux packs two different data structures in a single
per-process memory area: a small data structure linked to the process
descriptor, namely the thread_info structure, and the Kernel Mode
process stack. Here I am not understanding significance of thread info structure.
--
Shyam