diff --git a/src/sys/vmm/getfreepage.c b/src/sys/vmm/getfreepage.c index 4ff366e..c2d3daf 100644 --- a/src/sys/vmm/getfreepage.c +++ b/src/sys/vmm/getfreepage.c @@ -27,11 +27,6 @@ *****************************************************************************************/ -#include -#include -#include -#include -#include static spinLock_t vmmGFPlock = SPIN_LOCK_INITIALIZER; @@ -99,6 +94,9 @@ /*** $Log$ + Revision 1.10 2005/08/10 04:35:03 fsdfs + updates. gcc is still barking at me for adding new items to the headers. + Revision 1.9 2005/08/10 04:14:04 fsdfs reworking memory management and WTF is with all the errors in the headers it won't let me add anything!? diff --git a/src/sys/vmm/pagefault.c b/src/sys/vmm/pagefault.c index c7b59c8..23a7e70 100644 --- a/src/sys/vmm/pagefault.c +++ b/src/sys/vmm/pagefault.c @@ -27,11 +27,8 @@ *****************************************************************************************/ -#include -#include -#include #include -#include +#include static spinLock_t pageFaultSpinLock = SPIN_LOCK_INITIALIZER; @@ -127,6 +124,9 @@ /*** $Log$ + Revision 1.17 2005/08/09 08:45:40 fsdfs + reverting to old vmm. i may have modified something accidently when i wasted time indenting the code. + Revision 1.14 2004/08/25 22:02:41 reddawg task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly