]> 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)
commit948faec3a704ed09c16b4a95e5f329f3e0af0741
tree55ae5bfcf585eb0e7405713f4bbcd26c4fcdb69b
parentb906e5589b50ff60402a740d8449d537bc0bb549
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