Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef _PARISC_SECTIONS_H |
| 3 | #define _PARISC_SECTIONS_H |
| 4 | |
| 5 | /* nothing to see, move along */ |
| 6 | #include <asm-generic/sections.h> |
| 7 | |
| 8 | #ifdef CONFIG_64BIT |
| 9 | |
| 10 | #define HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR 1 |
| 11 | |
| 12 | #undef dereference_function_descriptor |
| 13 | void *dereference_function_descriptor(void *); |
| 14 | |
| 15 | #undef dereference_kernel_function_descriptor |
| 16 | void *dereference_kernel_function_descriptor(void *); |
| 17 | #endif |
| 18 | |
| 19 | #endif |