diff options
author | Ingo Molnar <mingo@kernel.org> | 2019-11-28 08:19:36 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-12-10 10:12:55 +0100 |
commit | 1f059dfdf5d170dccbac92193be2fee3c1763384 (patch) | |
tree | a579d9a8b8311b810d89b2e3911272352db200e0 /arch/sh/include/asm | |
parent | da9144c5ad8943f9003ec4a6a0200637b4ba9ebd (diff) | |
download | linux-1f059dfdf5d170dccbac92193be2fee3c1763384.tar.gz linux-1f059dfdf5d170dccbac92193be2fee3c1763384.tar.bz2 linux-1f059dfdf5d170dccbac92193be2fee3c1763384.zip |
mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>
In the x86 MM code we'd like to untangle various types of historic
header dependency spaghetti, but for this we'd need to pass to
the generic vmalloc code various vmalloc related defines that
customarily come via the <asm/page.h> low level arch header.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/vmalloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/include/asm/vmalloc.h b/arch/sh/include/asm/vmalloc.h new file mode 100644 index 000000000000..716b77472646 --- /dev/null +++ b/arch/sh/include/asm/vmalloc.h @@ -0,0 +1,4 @@ +#ifndef _ASM_SH_VMALLOC_H +#define _ASM_SH_VMALLOC_H + +#endif /* _ASM_SH_VMALLOC_H */ |