Author: stepan Date: Tue May 24 00:48:13 2011 New Revision: 6612 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6612
Log: 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
Modified: trunk/src/arch/x86/include/arch/io.h
Modified: trunk/src/arch/x86/include/arch/io.h ============================================================================== --- trunk/src/arch/x86/include/arch/io.h Tue May 24 00:43:43 2011 (r6611) +++ trunk/src/arch/x86/include/arch/io.h Tue May 24 00:48:13 2011 (r6612) @@ -6,8 +6,7 @@ /* * This file contains the definitions for the x86 IO instructions * inb/inw/inl/outb/outw/outl and the "string versions" of the same - * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" - * versions of the single-IO instructions (inb_p/inw_p/..). + * (insb/insw/insl/outsb/outsw/outsl). */ #if defined(__ROMCC__) static inline void outb(uint8_t value, uint16_t port)