commit | d219adc1228a3887486b58a430e736b0831f192c | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Aug 02 12:05:41 2010 -0700 |
committer | Jason Wessel <jason.wessel@windriver.com> | Thu Aug 05 09:22:31 2010 -0500 |
tree | a734e48a573774201ab8c6c06ff6eb6de60648f1 | |
parent | 408a4be1f8cbee511895ee07da2a007a5a24303f [diff] |
fb: add hooks to handle KDB enter/exit Add fb ops to handle enter/exit of the kernel debugger. If present, the fb core will register them with KGDB and they'll be called when the debugger is entered and exited. The new functions are responsible for switching to an appropriate debug framebuffer and restoring the interrupted state at exit time. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>