mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:10:51 +07:00
MIPS: hazards.h: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: chenhc@lemote.com Cc: james.hogan@imgtec.com Cc: linux-mips@linux-mips.org Cc: trivial@kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13317/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
9b987c4d74
commit
20430e7648
@ -58,8 +58,8 @@
|
||||
* address of a label as argument to inline assembler. Gas otoh has the
|
||||
* annoying difference between la and dla which are only usable for 32-bit
|
||||
* rsp. 64-bit code, so can't be used without conditional compilation.
|
||||
* The alterantive is switching the assembler to 64-bit code which happens
|
||||
* to work right even for 32-bit code ...
|
||||
* The alternative is switching the assembler to 64-bit code which happens
|
||||
* to work right even for 32-bit code...
|
||||
*/
|
||||
#define instruction_hazard() \
|
||||
do { \
|
||||
@ -133,8 +133,8 @@ do { \
|
||||
* address of a label as argument to inline assembler. Gas otoh has the
|
||||
* annoying difference between la and dla which are only usable for 32-bit
|
||||
* rsp. 64-bit code, so can't be used without conditional compilation.
|
||||
* The alterantive is switching the assembler to 64-bit code which happens
|
||||
* to work right even for 32-bit code ...
|
||||
* The alternative is switching the assembler to 64-bit code which happens
|
||||
* to work right even for 32-bit code...
|
||||
*/
|
||||
#define __instruction_hazard() \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user