diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-02-13 00:36:06 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-02-13 01:33:18 +0100 |
commit | 76ce2a80a28ef5caa8cc0cd41ad04138fb7ffeed (patch) | |
tree | 4597bb2a3f1a0175f8e1e50bf949f3b85b4ebcd5 /include/asm-generic/shmparam.h | |
parent | Revert "mm: use early_pfn_to_nid in page_ext_init" (diff) | |
download | linux-76ce2a80a28ef5caa8cc0cd41ad04138fb7ffeed.tar.xz linux-76ce2a80a28ef5caa8cc0cd41ad04138fb7ffeed.zip |
Rename include/{uapi => }/asm-generic/shmparam.h really
Commit 36c0f7f0f899 ("arch: unexport asm/shmparam.h for all
architectures") is different from the patch I submitted.
My patch is this:
https://lore.kernel.org/lkml/1546904307-11124-1-git-send-email-yamada.masahiro@socionext.com/T/#u
The file renaming part:
rename include/{uapi => }/asm-generic/shmparam.h (100%)
was lost when it was picked up.
I think it was an accident because Andrew did not say anything.
Link: http://lkml.kernel.org/r/1549158277-24558-1-git-send-email-yamada.masahiro@socionext.com
Fixes: 36c0f7f0f899 ("arch: unexport asm/shmparam.h for all architectures")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-generic/shmparam.h')
-rw-r--r-- | include/asm-generic/shmparam.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-generic/shmparam.h b/include/asm-generic/shmparam.h new file mode 100644 index 000000000000..8b78c0ba08b1 --- /dev/null +++ b/include/asm-generic/shmparam.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef __ASM_GENERIC_SHMPARAM_H +#define __ASM_GENERIC_SHMPARAM_H + +#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ + +#endif /* _ASM_GENERIC_SHMPARAM_H */ |