diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2020-05-20 13:23:08 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-10-26 18:48:22 +0300 |
commit | 2a45a08a5bcfb97a211c5064e81cbbbabbc32e7a (patch) | |
tree | 1c56fb3e999f39358bb534b9885803514f8df6bc /include/uapi/asm-generic | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) | |
download | linux-2a45a08a5bcfb97a211c5064e81cbbbabbc32e7a.tar.xz |
asm-generic/sembuf: Update architecture related information in comment
The structure came originally from x86_32 but is used by most of the
architectures now. Update the comment which says it is for x86 only.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/64efe033394b6f0dfef043a63fd8897a81ba6d16.1589970173.git.viresh.kumar@linaro.org'
Diffstat (limited to 'include/uapi/asm-generic')
-rw-r--r-- | include/uapi/asm-generic/sembuf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/asm-generic/sembuf.h b/include/uapi/asm-generic/sembuf.h index 0e709bd3d730..f54e48fc91ae 100644 --- a/include/uapi/asm-generic/sembuf.h +++ b/include/uapi/asm-generic/sembuf.h @@ -6,9 +6,9 @@ #include <asm/ipcbuf.h> /* - * The semid64_ds structure for x86 architecture. - * Note extra padding because this structure is passed back and forth - * between kernel and user space. + * The semid64_ds structure for most architectures (though it came from x86_32 + * originally). Note extra padding because this structure is passed back and + * forth between kernel and user space. * * semid64_ds was originally meant to be architecture specific, but * everyone just ended up making identical copies without specific |