Skip to content
Commit 9fea0f1a authored by Paul A. Clarke's avatar Paul A. Clarke
Browse files

[powerpc] Tighten contraints for asm constant parameters



There are a few places where only known numeric values are acceptable for
`asm` parameters, yet the constraint "i" is used.  "i" can include
"symbolic constants whose values will be known only at assembly time or
later."

Use "n" instead of "i" where known numeric values are required.

Suggested-by: default avatarSegher Boessenkool <segher@kernel.crashing.org>
Reviewed-by: default avatarTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
parent d3bf2f59
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment