commit | 762e77ae7dd055d0b77e0ad34d87db7416df109e | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Jul 12 19:44:05 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 19 15:13:07 2011 +1000 |
tree | 5267193f4224aaed3117746cc2e3f47d1e0e1025 | |
parent | 19df9abdd30a0448e5940c6aa3527096bb69aca7 [diff] |
hvc_console: Add kdb support Add poll_get_char and poll_put_char for kdb. Enable kdb at boot with: kgdboc=hvc0 or at runtime with: echo hvc0 > /sys/module/kgdboc/parameters/kgdboc Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>