diff options
author | Mark Salter <msalter@redhat.com> | 2012-11-26 18:14:00 -0500 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2012-11-26 18:14:00 -0500 |
commit | 9c0603f487b6b0cfa0b2bbcab7f06333e78db652 (patch) | |
tree | bd2553ff651f1bf77d5146c591babbe0b2c9201b /arch | |
parent | 9d34340ebd00eaadbd414e02acc881c5fae903d3 (diff) |
c6x: fix misleading comment
A comment in entry.S incorrectly stated that interrupt vectors
called __do_IRQ() and that int6 vector was used for syscalls.
Both statements are incorrect for the current kernel, so this
patch cleans up the wording to reflect current reality.
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch')
-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) ENDPROC(ret_from_kernel_execve) ;; - ;; These are the interrupt handlers, responsible for calling __do_IRQ() - ;; int6 is used for syscalls (see _system_call entry) + ;; These are the interrupt handlers, responsible for calling c6x_do_IRQ() ;; .macro SAVE_ALL_INT SAVE_ALL IRP,ITSR |