diff options
author | Richard Braun <rbraun@sceen.net> | 2017-03-14 22:39:08 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-03-14 22:39:08 +0100 |
commit | 443c24c06d416cb941fa93a1ca4c0ffb2fe86475 (patch) | |
tree | e22df339597c45ea4fbc36003f3b14e07d6ed901 | |
parent | 41a56a5f95b8b0beefa1db4a5216a436e38e1f5a (diff) |
x86/boot: remove obsolete TODO
-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); |