Page MenuHomeFreeBSD

D23509.diff
No OneTemporary

D23509.diff

Index: head/sys/riscv/riscv/riscv_console.c
===================================================================
--- head/sys/riscv/riscv/riscv_console.c
+++ head/sys/riscv/riscv/riscv_console.c
@@ -206,20 +206,6 @@
{
int ch;
-#if defined(KDB)
- /*
- * RISCVTODO: BBL polls for console data on timer interrupt,
- * but interrupts are turned off in KDB.
- * So we currently do not have console in KDB.
- */
- if (kdb_active) {
- ch = sbi_console_getchar();
- while (ch) {
- ch = sbi_console_getchar();
- }
- }
-#endif
-
ch = sbi_console_getchar();
if (ch > 0 && ch < 0xff) {
#if defined(KDB)

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 14, 6:45 PM (20 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16646511
Default Alt Text
D23509.diff (609 B)

Event Timeline