]> git.baikalelectronics.ru Git - kernel.git/commit
arch/um: partially revert the conversion to __section() macro
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Oct 2020 22:39:37 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 26 Oct 2020 22:39:37 +0000 (15:39 -0700)
commitf969e9a29ffe3f24c82b7c1a1c4dbd3955309b71
tree9f0a0f06e08c10fb37ae98f13bdbe8de76c6a244
parent337fdfc0f626f9833287d6b40b24f3e435bfb00c
arch/um: partially revert the conversion to __section() macro

A couple of um files ended up not including the header file that defines
the __section() macro, and the simplest fix is to just revert the change
for those files.

Fixes: 513c7e624a0f treewide: Convert macro and uses of __section(foo) to __section("foo")
Reported-and-tested-by: Guenter Roeck <linux@roeck-us.net>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/kernel/skas/clone.c
arch/x86/um/stub_segv.c