Commit 9e0be3f5 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Masahiro Yamada

linux/export: clean up the IA-64 KSYM_FUNC macro

With commit cf8e8658 ("arch: Remove Itanium (IA-64) architecture"),
there is no need to keep the IA-64 definition of the KSYM_FUNC macro.

Clean up the IA-64 definition of the KSYM_FUNC macro.
Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1c4a7587
...@@ -50,9 +50,7 @@ ...@@ -50,9 +50,7 @@
" .previous" "\n" \ " .previous" "\n" \
) )
#ifdef CONFIG_IA64 #if defined(CONFIG_PARISC) && defined(CONFIG_64BIT)
#define KSYM_FUNC(name) @fptr(name)
#elif defined(CONFIG_PARISC) && defined(CONFIG_64BIT)
#define KSYM_FUNC(name) P%name #define KSYM_FUNC(name) P%name
#else #else
#define KSYM_FUNC(name) name #define KSYM_FUNC(name) name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment