Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110111891
D23509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
609 B
Referenced Files
None
Subscribers
None
D23509.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D23509: Remove stale workaround for the htif console.
Attached
Detach File
Event Timeline
Log In to Comment