diff options
Diffstat (limited to 'arch/mips/include/asm/mips-cpc.h')
-rw-r--r-- | arch/mips/include/asm/mips-cpc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mips-cpc.h b/arch/mips/include/asm/mips-cpc.h index f386f32702f1..e09035239e53 100644 --- a/arch/mips/include/asm/mips-cpc.h +++ b/arch/mips/include/asm/mips-cpc.h | |||
@@ -149,7 +149,8 @@ BUILD_CPC_Cx_RW(other, 0x10) | |||
149 | * core: the other core to be accessed | 149 | * core: the other core to be accessed |
150 | * | 150 | * |
151 | * Call before operating upon a core via the 'other' register region in | 151 | * Call before operating upon a core via the 'other' register region in |
152 | * order to prevent the region being moved during access. Must be followed | 152 | * order to prevent the region being moved during access. Must be called |
153 | * within the bounds of a mips_cm_{lock,unlock}_other pair, and followed | ||
153 | * by a call to mips_cpc_unlock_other. | 154 | * by a call to mips_cpc_unlock_other. |
154 | */ | 155 | */ |
155 | extern void mips_cpc_lock_other(unsigned int core); | 156 | extern void mips_cpc_lock_other(unsigned int core); |