diff options
-rw-r--r-- | arch/x86/machine/boot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/machine/boot.h b/arch/x86/machine/boot.h index 5e7b3381..b75b466b 100644 --- a/arch/x86/machine/boot.h +++ b/arch/x86/machine/boot.h @@ -102,8 +102,6 @@ void __noreturn boot_panic(const char *s); * It establishes a direct mapping of the kernel at virtual addresses and * returns the physical address of the page directory. It is up to the * caller to actually enable paging. - * - * TODO Update comment. */ pmap_pte_t * boot_setup_paging(struct multiboot_raw_info *mbi, unsigned long eax); |