Searched hist:bf9a76a470d83355200adaa5d5b55d118f229ecb (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/um/ |
H A D | stub_segv.c | diff bf9a76a470d83355200adaa5d5b55d118f229ecb Mon Oct 26 23:39:37 CET 2020 Linus Torvalds <torvalds@linux-foundation.org> 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: 33def8498fdd 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>
|