We don't have pausing versions of single-IO instructions.
Hence remove the wrong comment. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6612 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
9cb175632d
commit
b2ecd81514
@@ -6,8 +6,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file contains the definitions for the x86 IO instructions
|
* This file contains the definitions for the x86 IO instructions
|
||||||
* inb/inw/inl/outb/outw/outl and the "string versions" of the same
|
* inb/inw/inl/outb/outw/outl and the "string versions" of the same
|
||||||
* (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
|
* (insb/insw/insl/outsb/outsw/outsl).
|
||||||
* versions of the single-IO instructions (inb_p/inw_p/..).
|
|
||||||
*/
|
*/
|
||||||
#if defined(__ROMCC__)
|
#if defined(__ROMCC__)
|
||||||
static inline void outb(uint8_t value, uint16_t port)
|
static inline void outb(uint8_t value, uint16_t port)
|
||||||
|
Reference in New Issue
Block a user