mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
5b2189ab6e
save EFLAGS, and GPA1 auxiliary registers during context switch, since they may be changed by the new task in kernel mode, while using atomic ops e.g. cmpxchg. Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
8 lines
137 B
Makefile
8 lines
137 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := entry.o platform.o ctop.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o
|