Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index
The Linux kernel configuration item CONFIG_MN10300_CURRENT_IN_E2
:
! CONFIG_SMP
This option removes the E2/R2 register from the set available to gcc for normal use and instead uses it to store the address of the current process's task_struct whilst in the kernel.
This means the kernel doesn't need to calculate the address each time "current" is used (take SP, AND with mask and dereference pointer just to get the address), and instead can just use E2+offset addressing each time.
This has no effect on userspace.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index
Automatically generated (in year 2025). See also LKDDb sources on GitLab