delete wrong comment

This commit is contained in:
Stefan Lankes 2011-02-24 19:08:51 +01:00
parent 17193475bb
commit 187df97227

View file

@ -69,11 +69,6 @@ typedef struct page_dir
uint32_t entries[1024];
} page_dir_t __attribute__ ((aligned (4096)));
/*
* ATTENTION: Before you use one of these functions, you have to guarantee that task has
* exlusive access to the PGD directory. => use the PGD lock
*/
/*
* Converts a virtual address to a physical
*/