X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fpaging.c;h=66186424bee856a9b50b63597e2a5f027d522001;hb=4b013fe3750a387fc034352a7e4379f025dad7c2;hp=bb19af334617abebe9d766ac7f9dc87d31b77f9b;hpb=626595465a2c6987606a6bc697df65130ad8c2d3;p=palacios.git diff --git a/palacios/src/geekos/paging.c b/palacios/src/geekos/paging.c index bb19af3..6618642 100644 --- a/palacios/src/geekos/paging.c +++ b/palacios/src/geekos/paging.c @@ -2,7 +2,7 @@ * Paging (virtual memory) support * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -23,7 +23,7 @@ #include #include #include -#include +#include /* ---------------------------------------------------------------------- * Public data @@ -166,7 +166,7 @@ static void Print_Fault_Info(uint_t address, faultcode_t faultCode) SerialPrintLevel(100,"Unexpected Page Fault received\n"); Print_Fault_Info(address, faultCode); Dump_Interrupt_State(state); - SerialPrint_VMCS_ALL(); + //SerialPrint_VMCS_ALL(); /* user faults just kill the process */ if (!faultCode.userModeFault) KASSERT(0);