diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-02-08 19:01:13 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-02-10 19:44:54 +0000 |
commit | 06ea8f9b9ac66860b35c9885cf37692edf447693 (patch) | |
tree | 12eb379b0ae80411f5b73cdb57b9e8258584547c /src/arch | |
parent | c043408ec51a3fe6aa63389f982d4d450b844973 (diff) |
arch/x86: Drop stale comment
Change-Id: I1ba6dfb502ff053ccf82d2acc5fefbbfe09d647b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31294
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/include/arch/io.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/x86/include/arch/io.h b/src/arch/x86/include/arch/io.h index f62dc6cf96..1a27994ca7 100644 --- a/src/arch/x86/include/arch/io.h +++ b/src/arch/x86/include/arch/io.h @@ -216,11 +216,6 @@ static __always_inline void write64(volatile void *addr, #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) -/* FIXME: We need to make the coreboot to run at 64bit mode, So when read/write - * memory above 4G, We don't need to set %fs, and %gs anymore - * Before that We need to use %gs, and leave %fs to other RAM access - */ - #include <arch/pci_io_cfg.h> #include <arch/pci_mmio_cfg.h> |