提交 dc01a3b9 编写于 作者: J Johannes Berg 提交者: Richard Weinberger

um: Fix tag order in stub_32.h

"static void inline" is the wrong way around, fix that.
Reported-by: Nkernel test robot <lkp@intel.com>
Fixes: 9f0b4807 ("um: rework userspace stubs to not hard-code stub location")
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 d434405a
...@@ -77,7 +77,7 @@ static inline void trap_myself(void) ...@@ -77,7 +77,7 @@ static inline void trap_myself(void)
__asm("int3"); __asm("int3");
} }
static void inline remap_stack_and_trap(void) static inline void remap_stack_and_trap(void)
{ {
__asm__ volatile ( __asm__ volatile (
"movl %%esp,%%ebx ;" "movl %%esp,%%ebx ;"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册