diff options
Diffstat (limited to 'arch/c6x')
-rw-r--r-- | arch/c6x/kernel/entry.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/c6x/kernel/entry.S b/arch/c6x/kernel/entry.S index 0c164c2c22be..0ed6157dd256 100644 --- a/arch/c6x/kernel/entry.S +++ b/arch/c6x/kernel/entry.S | |||
@@ -429,8 +429,7 @@ ENTRY(ret_from_kernel_execve) | |||
429 | ENDPROC(ret_from_kernel_execve) | 429 | ENDPROC(ret_from_kernel_execve) |
430 | 430 | ||
431 | ;; | 431 | ;; |
432 | ;; These are the interrupt handlers, responsible for calling __do_IRQ() | 432 | ;; These are the interrupt handlers, responsible for calling c6x_do_IRQ() |
433 | ;; int6 is used for syscalls (see _system_call entry) | ||
434 | ;; | 433 | ;; |
435 | .macro SAVE_ALL_INT | 434 | .macro SAVE_ALL_INT |
436 | SAVE_ALL IRP,ITSR | 435 | SAVE_ALL IRP,ITSR |