Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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'

authored by

Viresh Kumar and committed by
Arnd Bergmann
2a45a08a 3650b228

+3 -3
+3 -3
include/uapi/asm-generic/sembuf.h
··· 6 6 #include <asm/ipcbuf.h> 7 7 8 8 /* 9 - * The semid64_ds structure for x86 architecture. 10 - * Note extra padding because this structure is passed back and forth 11 - * between kernel and user space. 9 + * The semid64_ds structure for most architectures (though it came from x86_32 10 + * originally). Note extra padding because this structure is passed back and 11 + * forth between kernel and user space. 12 12 * 13 13 * semid64_ds was originally meant to be architecture specific, but 14 14 * everyone just ended up making identical copies without specific