]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: Move setup.h out of uapi
authorGuenter Roeck <linux@roeck-us.net>
Wed, 15 Sep 2021 03:52:26 +0000 (20:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Sep 2021 19:04:28 +0000 (12:04 -0700)
commitfa283cfaf0767cc05cfd556bba1a000fcd55e243
tree55ae5bfcf585eb0e7405713f4bbcd26c4fcdb69b
parent1ceac5ee595a84eb6c8cb8f79bc7b82f774a0993
alpha: Move setup.h out of uapi

Most of the contents of setup.h have no value for userspace
applications.  The file was probably moved to uapi accidentally.

Keep the file in uapi to define the alpha-specific COMMAND_LINE_SIZE.
Move all other defines to arch/alpha/include/asm/setup.h.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/asm/setup.h [new file with mode: 0644]
arch/alpha/include/uapi/asm/setup.h