aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm.c2
-rw-r--r--sys/vm/vm_physseg.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/vm/vm.c b/sys/vm/vm.c
index 1483909..ab6103f 100644
--- a/sys/vm/vm.c
+++ b/sys/vm/vm.c
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <vm/vm.h>
volatile struct limine_hhdm_request g_hhdm_request = {
diff --git a/sys/vm/vm_physseg.c b/sys/vm/vm_physseg.c
index 5a80723..f21c282 100644
--- a/sys/vm/vm_physseg.c
+++ b/sys/vm/vm_physseg.c
@@ -27,8 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id$ */
-
#include <sys/limine.h>
#include <sys/cdefs.h>
#include <sys/syslog.h>