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>
This commit is contained in:
parent
da9144c5ad
commit
1f059dfdf5
26 changed files with 102 additions and 0 deletions
4
arch/xtensa/include/asm/vmalloc.h
Normal file
4
arch/xtensa/include/asm/vmalloc.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _ASM_XTENSA_VMALLOC_H
|
||||
#define _ASM_XTENSA_VMALLOC_H
|
||||
|
||||
#endif /* _ASM_XTENSA_VMALLOC_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue