mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
[MIPS] Add missing backslashes to macro definitions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
127fe6af38
commit
8db089c6b5
1 changed files with 2 additions and 2 deletions
|
@ -69,10 +69,10 @@
|
||||||
* Use a macro for ehb unless explicit support for MIPSR2 is enabled
|
* Use a macro for ehb unless explicit support for MIPSR2 is enabled
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define irq_enable_hazard
|
#define irq_enable_hazard \
|
||||||
_ehb
|
_ehb
|
||||||
|
|
||||||
#define irq_disable_hazard
|
#define irq_disable_hazard \
|
||||||
_ehb
|
_ehb
|
||||||
|
|
||||||
#elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000)
|
#elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue