From 2a605d4d8889ac5dd4c806b3a37ba75a80716e46 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2016 22:06:59 -0700 Subject: x86: Rename PORT_RESET to IO_PORT_RESET This same name is used in USB. Add a prefix to distinguish it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- arch/x86/include/asm/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/include/asm/processor.h') diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 7c77b904858..cefc6339102 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -36,7 +36,7 @@ * * The naming follows Intel's naming. */ -#define PORT_RESET 0xcf9 +#define IO_PORT_RESET 0xcf9 enum { SYS_RST = 1 << 1, /* 0 for soft reset, 1 for hard reset */ -- cgit v1.2.3