The colour was red as shall be the letters of this warning to people upon
boot if the experimental VIMAGE feature was compiled into the kernel. Submitted by: bz Reviewed by: zec Approved by: re (vimage blanket)
This commit is contained in:
parent
c8f6a13820
commit
6aad5c1c93
@ -296,6 +296,10 @@ static void
|
||||
vnet0_init(void *arg)
|
||||
{
|
||||
|
||||
/* Warn people before take off - in case we crash early. */
|
||||
printf("WARNING: VIMAGE (virtualized network stack) is a highly "
|
||||
"experimental feature.\n");
|
||||
|
||||
/*
|
||||
* We MUST clear curvnet in vi_init_done() before going SMP,
|
||||
* otherwise CURVNET_SET() macros would scream about unnecessary
|
||||
|
Loading…
Reference in New Issue
Block a user