diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-06-25 17:23:38 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-07-23 11:21:10 +0530 |
commit | 25c7c11fa5642ee426fc9fe54661ffeed809413f (patch) | |
tree | 47e2c74cec24ef54cba8e3bea126f36d9a13b538 /arch/arc/plat-arcfpga/Makefile | |
parent | 878f46c71e99cfb6d8e4e15a561db63a3c9601e5 (diff) | |
download | linux-25c7c11fa5642ee426fc9fe54661ffeed809413f.tar.gz linux-25c7c11fa5642ee426fc9fe54661ffeed809413f.tar.bz2 linux-25c7c11fa5642ee426fc9fe54661ffeed809413f.zip |
ARC: [plat-arcfpga] No need for init_irq hack
With all IRQs unmasked by default on all cores, it is no longer needed
to unmask them explicitly.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-arcfpga/Makefile')
-rw-r--r-- | arch/arc/plat-arcfpga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-arcfpga/Makefile b/arch/arc/plat-arcfpga/Makefile index 4d1bddc34b5b..66fd0ecd68b3 100644 --- a/arch/arc/plat-arcfpga/Makefile +++ b/arch/arc/plat-arcfpga/Makefile @@ -8,5 +8,5 @@ KBUILD_CFLAGS += -Iarch/arc/plat-arcfpga/include -obj-y := platform.o irq.o +obj-y := platform.o obj-$(CONFIG_ISS_SMP_EXTN) += smp.o |