diff options
| author | 2020-07-25 12:16:16 +0200 | |
|---|---|---|
| committer | 2020-07-25 12:16:16 +0200 | |
| commit | fb4405ae6e1c66277b7d69d2c7a34215671da585 (patch) | |
| tree | 95a24efe3a3ca90a4b041d5ca548c2d37eac1ae8 /include/linux/vmalloc.h | |
| parent | x86/stackprotector: Pre-initialize canary for secondary CPUs (diff) | |
| parent | Linux 5.8-rc6 (diff) | |
Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new commits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/vmalloc.h')
| -rw-r--r-- | include/linux/vmalloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 48bb681e6c2a..0221f852a7e1 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h @@ -106,7 +106,6 @@ extern void *vzalloc(unsigned long size); extern void *vmalloc_user(unsigned long size); extern void *vmalloc_node(unsigned long size, int node); extern void *vzalloc_node(unsigned long size, int node); -extern void *vmalloc_exec(unsigned long size); extern void *vmalloc_32(unsigned long size); extern void *vmalloc_32_user(unsigned long size); extern void *__vmalloc(unsigned long size, gfp_t gfp_mask); |
