diff options
Diffstat (limited to 'arch/mips/kernel/smtc-asm.S')
-rw-r--r-- | arch/mips/kernel/smtc-asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smtc-asm.S b/arch/mips/kernel/smtc-asm.S index 20938a4cb52d..76016ac0a9c8 100644 --- a/arch/mips/kernel/smtc-asm.S +++ b/arch/mips/kernel/smtc-asm.S | |||
@@ -65,7 +65,7 @@ FEXPORT(__smtc_ipi_vector) | |||
65 | 1: | 65 | 1: |
66 | /* | 66 | /* |
67 | * The IPI sender has put some information on the anticipated | 67 | * The IPI sender has put some information on the anticipated |
68 | * kernel stack frame. If we were in user mode, this will be | 68 | * kernel stack frame. If we were in user mode, this will be |
69 | * built above the saved kernel SP. If we were already in the | 69 | * built above the saved kernel SP. If we were already in the |
70 | * kernel, it will be built above the current CPU SP. | 70 | * kernel, it will be built above the current CPU SP. |
71 | * | 71 | * |