]> git.baikalelectronics.ru Git - kernel.git/commit
c6x: fix misleading comment
authorMark Salter <msalter@redhat.com>
Mon, 26 Nov 2012 23:14:00 +0000 (18:14 -0500)
committerMark Salter <msalter@redhat.com>
Mon, 26 Nov 2012 23:14:00 +0000 (18:14 -0500)
commit71f7f06fae385dbdf4e4900546ed9f6f1abaa6c6
treebd2553ff651f1bf77d5146c591babbe0b2c9201b
parentcc09331315379461d8f61d61f067cf550040df64
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>
arch/c6x/kernel/entry.S