|
@@ -106,7 +106,7 @@
|
|
.endm
|
|
.endm
|
|
|
|
|
|
.macro fpu_save_double thread status tmp
|
|
.macro fpu_save_double thread status tmp
|
|
-#if defined(CONFIG_MIPS64) || defined(CONFIG_CPU_MIPS32_R2)
|
|
|
|
|
|
+#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2)
|
|
sll \tmp, \status, 5
|
|
sll \tmp, \status, 5
|
|
bgez \tmp, 10f
|
|
bgez \tmp, 10f
|
|
fpu_save_16odd \thread
|
|
fpu_save_16odd \thread
|
|
@@ -159,7 +159,7 @@
|
|
.endm
|
|
.endm
|
|
|
|
|
|
.macro fpu_restore_double thread status tmp
|
|
.macro fpu_restore_double thread status tmp
|
|
-#if defined(CONFIG_MIPS64) || defined(CONFIG_CPU_MIPS32_R2)
|
|
|
|
|
|
+#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2)
|
|
sll \tmp, \status, 5
|
|
sll \tmp, \status, 5
|
|
bgez \tmp, 10f # 16 register mode?
|
|
bgez \tmp, 10f # 16 register mode?
|
|
|
|
|