From 14db5c210e4c670f4786c9d943076ae50adc6d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sat, 4 Dec 2004 21:48:45 +0000 Subject: [PATCH] Forgot to remove the space reservation for hal_pagetable svn path=/trunk/; revision=11927 --- reactos/ntoskrnl/ke/i386/multiboot.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/ntoskrnl/ke/i386/multiboot.S b/reactos/ntoskrnl/ke/i386/multiboot.S index 0734e9d7bcb..d8b41891124 100644 --- a/reactos/ntoskrnl/ke/i386/multiboot.S +++ b/reactos/ntoskrnl/ke/i386/multiboot.S @@ -362,8 +362,6 @@ apic_pagetable: kpcr_pagetable: .fill 4096, 1, 0 - - .fill 4096, 1, 0 _pagetable_end: _unmap_me: .fill 4096, 1, 0