summaryrefslogtreecommitdiff
path: root/arch/arc/plat-eznps/Makefile
diff options
context:
space:
mode:
authorNoam Camus <noamc@ezchip.com>2017-06-15 11:43:59 +0300
committerVineet Gupta <vgupta@synopsys.com>2017-08-28 15:17:36 -0700
commit5b2189ab6ee0717babac912f779dcd440e942173 (patch)
treebbca2deb857ba309aa67aa71d7d74700d823290a /arch/arc/plat-eznps/Makefile
parent3f9cd874dcc8705b53c03431f0ae46c94e572349 (diff)
ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switch
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>
Diffstat (limited to 'arch/arc/plat-eznps/Makefile')
-rw-r--r--arch/arc/plat-eznps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-eznps/Makefile b/arch/arc/plat-eznps/Makefile
index 21091b199df0..8d4371706b2f 100644
--- a/arch/arc/plat-eznps/Makefile
+++ b/arch/arc/plat-eznps/Makefile
@@ -2,6 +2,6 @@
# Makefile for the linux kernel.
#
-obj-y := entry.o platform.o
+obj-y := entry.o platform.o ctop.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o