Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
vGT: enable bypass_scan by default
Browse files Browse the repository at this point in the history
some paging error when scanning win8 cmds. disable it now.

by ktian1
  • Loading branch information
ktian1 authored and zhiyuanlv committed Jan 9, 2015
1 parent e1c94e2 commit bff2f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/vgt_mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#include <xen/vgt-parser.h>
#include "vgt_reg.h"

static bool bypass_scan = false;
static bool bypass_scan = true;
static int __init bypass_scan_setup(char *str)
{
bypass_scan = true;
Expand Down

0 comments on commit bff2f9c

Please sign in to comment.