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-wlock.h
#undef LOCK
#define LOCK		WL

#undef UNLOCK
#define UNLOCK		WU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top