Revision 18f694271b86ee279e88208550cc49fee206b544 authored by David Rientjes on 16 November 2012, 22:14:52 UTC, committed by Linus Torvalds on 16 November 2012, 22:33:04 UTC
Using a cross-compiler to fix another issue, the following build error
occurred for mips defconfig:

  arch/mips/fw/arc/misc.c: In function 'ArcHalt':
  arch/mips/fw/arc/misc.c:25:2: error: implicit declaration of function 'local_irq_disable'

Fix it up by including irqflags.h.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9a5a8f1
History
File Mode Size
iscsi
loopback
sbp
tcm_fc
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 828 bytes
target_core_alua.c -rw-r--r-- 57.3 KB
target_core_alua.h -rw-r--r-- 5.4 KB
target_core_configfs.c -rw-r--r-- 87.5 KB
target_core_device.c -rw-r--r-- 46.2 KB
target_core_fabric_configfs.c -rw-r--r-- 34.2 KB
target_core_fabric_lib.c -rw-r--r-- 12.3 KB
target_core_file.c -rw-r--r-- 15.8 KB
target_core_file.h -rw-r--r-- 941 bytes
target_core_hba.c -rw-r--r-- 4.4 KB
target_core_iblock.c -rw-r--r-- 19.0 KB
target_core_iblock.h -rw-r--r-- 495 bytes
target_core_internal.h -rw-r--r-- 5.5 KB
target_core_pr.c -rw-r--r-- 131.5 KB
target_core_pr.h -rw-r--r-- 2.1 KB
target_core_pscsi.c -rw-r--r-- 32.6 KB
target_core_pscsi.h -rw-r--r-- 1.3 KB
target_core_rd.c -rw-r--r-- 12.1 KB
target_core_rd.h -rw-r--r-- 1.2 KB
target_core_sbc.c -rw-r--r-- 16.4 KB
target_core_spc.c -rw-r--r-- 30.1 KB
target_core_stat.c -rw-r--r-- 52.4 KB
target_core_tmr.c -rw-r--r-- 11.9 KB
target_core_tpg.c -rw-r--r-- 23.0 KB
target_core_transport.c -rw-r--r-- 85.4 KB
target_core_ua.c -rw-r--r-- 9.0 KB
target_core_ua.h -rw-r--r-- 1.4 KB

back to top