X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fpaging.c;h=66186424bee856a9b50b63597e2a5f027d522001;hp=bb19af334617abebe9d766ac7f9dc87d31b77f9b;hb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;hpb=72a450936e2da159d5febe1e96475493badd9070 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);