Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / parisc / include / asm / sections.h
blob5a40b51df80ce1f6f5cb331975ca273575db622e
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 #ifdef CONFIG_64BIT
10 #define HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR 1
12 #undef dereference_function_descriptor
13 void *dereference_function_descriptor(void *);
15 #undef dereference_kernel_function_descriptor
16 void *dereference_kernel_function_descriptor(void *);
17 #endif
19 #endif