Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[linux/fpc-iii.git] / arch / parisc / include / asm / sections.h
blobbb52aea0cb21ece34c267ddd6a9c281d63aca140
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _PARISC_SECTIONS_H
3 #define _PARISC_SECTIONS_H
5 /* nothing to see, move along */
6 #include <asm-generic/sections.h>
8 extern char __alt_instructions[], __alt_instructions_end[];
10 #ifdef CONFIG_64BIT
12 #define HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR 1
14 #undef dereference_function_descriptor
15 void *dereference_function_descriptor(void *);
17 #undef dereference_kernel_function_descriptor
18 void *dereference_kernel_function_descriptor(void *);
19 #endif
21 #endif