Revision e43b3cec711a61edf047adf6204d542f3a659ef8 authored by H. Peter Anvin on 14 January 2013, 04:56:41 UTC, committed by H. Peter Anvin on 14 January 2013, 04:58:57 UTC
early_pci_allowed() and read_pci_config_16() are only available if
CONFIG_PCI is defined.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
1 parent ab3cd86
Raw File
locking-selftest-hardirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_ENABLE		HARDIRQ_ENABLE
#define IRQ_DISABLE		HARDIRQ_DISABLE
#define IRQ_ENTER		HARDIRQ_ENTER
#define IRQ_EXIT		HARDIRQ_EXIT
back to top