Klemens Nanni wrote:
> Surprisingly simple, the last commit in that range broke it:
> 
>       revision 1.238
>       date: 2019/04/18 18:51:34;  author: mlarkin;
>       jMpas4GuYFG5;
>       vmm(4): whitespace fix
> 
> Reverting the first hunk of this commit fixes `vmctl start vpn' for me.
> 
> Feedback? OK?

obviously not intended. ok.

> 
> Index: arch/amd64/amd64/vmm.c
> ===================================================================
> RCS file: /cvs/src/sys/arch/amd64/amd64/vmm.c,v
> retrieving revision 1.238
> diff -u -p -r1.238 vmm.c
> --- arch/amd64/amd64/vmm.c    18 Apr 2019 18:51:34 -0000      1.238
> +++ arch/amd64/amd64/vmm.c    20 Apr 2019 22:56:37 -0000
> @@ -40,7 +40,7 @@
>  
>  #include <dev/isa/isareg.h>
>  
> -#define VMM_DEBUG
> +/* #define VMM_DEBUG */
>  
>  void *l1tf_flush_region;
>  
> 

Reply via email to