]> git.baikalelectronics.ru Git - kernel.git/commit
sysrq, intel_fb: fix sysrq g collision
authorJason Wessel <jason.wessel@windriver.com>
Thu, 14 May 2009 02:56:59 +0000 (21:56 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 15 May 2009 12:56:24 +0000 (07:56 -0500)
commit37bb324e44451122bc3c2b541c7c5e110288838c
tree2c8d2571bde15bf7c376bd222b3cc916bd52c13d
parent7a81e6e8c5bb5ee284978b450079e1ff791ca96b
sysrq, intel_fb: fix sysrq g collision

Commit fe93e5c08a8e6f34a2e7d57d6d114ac34480e226 introduced a
regression where you cannot use sysrq 'g' to enter kgdb.  The solution
is to move the intel fb sysrq over to V for video instead of G for
graphics.  The SMP VOYAGER code to register for the sysrq-v is not
anywhere to be found in the mainline kernel, so the comments in the
code were cleaned up as well.

This patch also cleans up the sysrq definitions for kgdb to make it
generic for the kernel debugger, such that the sysrq 'g' can be used
in the future to enter a gdbstub or another kernel debugger.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/char/sysrq.c
drivers/gpu/drm/i915/intel_fb.c
kernel/kgdb.c