u-boot/arch/x86
Masahiro Yamada 5f7e310467 x86: delete unneeded declarations of disable_irq() and enable_irq()
These two declarations in arch/x86/include/asm/interrupt.h conflict
with ones in include/linux/compat.h, so x86 boards cannot include
<linux/compat.h>.

The comment /* arch/x86/lib/interrupts.c */ is bogus now, and we do
not see any definitions of disable_irq() and enable_irq() in there.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-22 07:30:31 -06:00
..
cpu dm: x86: baytrail: Correct PCI region 3 when driver model is used 2015-07-14 18:03:19 -06:00
dts dm: x86: minnowmax: Move PCI to use driver model 2015-07-14 18:03:19 -06:00
include/asm x86: delete unneeded declarations of disable_irq() and enable_irq() 2015-07-22 07:30:31 -06:00
lib x86: Configure VESA parameters before loading Linux kernel 2015-07-14 18:03:19 -06:00
Kconfig x86: Remove MARK_GRAPHICS_MEM_WRCOMB 2015-07-14 18:03:18 -06:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig 2015-03-28 09:03:08 -04:00