linux/arch/ia64
Paul Gortmaker e7088170e3 ia64: ensure exception table search users include extable.h
We start with a delete of a duplicate prototype in asm/exception.h
that no longer needs to exist, as it duplicates content in extable.h
and since that header is so small, there is no point trying to
avoid using it.

Then we make sure anyone using search_exception_tables directly or
via the ia64_done_with_exception macro has included extable.h

In the process, we remove an include of moduleloader.h that was
apparently not really required; it would have been fetching in
module.h and hence the previous location of the exception search
function prototypes, but we need not rely on that anymore.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2017-01-24 12:41:45 -05:00
..
configs
dig
hp
include ia64: ensure exception table search users include extable.h 2017-01-24 12:41:45 -05:00
kernel ia64: ensure exception table search users include extable.h 2017-01-24 12:41:45 -05:00
lib Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
mm ia64: ensure exception table search users include extable.h 2017-01-24 12:41:45 -05:00
oprofile
pci
scripts
sn clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
uv
install.sh
Kconfig Implements HARDENED_USERCOPY verification of copy_to_user/copy_from_user 2016-08-08 14:48:14 -07:00
Kconfig.debug
Makefile
module.lds