mirror of https://gitee.com/openkylin/linux.git
x86: fix pda_to_op()
There's no instruction to move a 64bit immediate into memory location. Drop "i". Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
7f268f4352
commit
7de6883faa
|
@ -78,7 +78,7 @@ do { \
|
|||
case 8: \
|
||||
asm(op "q %1,%%gs:%c2": \
|
||||
"+m" (_proxy_pda.field) : \
|
||||
"ri" ((T__)val), \
|
||||
"r" ((T__)val), \
|
||||
"i"(pda_offset(field))); \
|
||||
break; \
|
||||
default: \
|
||||
|
|
Loading…
Reference in New Issue