Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -2
+1 -2
arch/c6x/kernel/entry.S
··· 429 429 ENDPROC(ret_from_kernel_execve) 430 430 431 431 ;; 432 - ;; These are the interrupt handlers, responsible for calling __do_IRQ() 433 - ;; int6 is used for syscalls (see _system_call entry) 432 + ;; These are the interrupt handlers, responsible for calling c6x_do_IRQ() 434 433 ;; 435 434 .macro SAVE_ALL_INT 436 435 SAVE_ALL IRP,ITSR