Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136808145
D29097.id85230.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D29097.id85230.diff
View Options
Index: sys/kern/uipc_ktls.c
===================================================================
--- sys/kern/uipc_ktls.c
+++ sys/kern/uipc_ktls.c
@@ -495,7 +495,8 @@
}
}
- printf("KTLS: Initialized %d threads\n", ktls_number_threads);
+ if (bootverbose)
+ printf("KTLS: Initialized %d threads\n", ktls_number_threads);
}
SYSINIT(ktls, SI_SUB_SMP + 1, SI_ORDER_ANY, ktls_init, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 20, 5:23 PM (7 m, 32 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25735726
Default Alt Text
D29097.id85230.diff (395 B)
Attached To
Mode
D29097: ktls: Hide initialization message behind bootverbose
Attached
Detach File
Event Timeline
Log In to Comment