From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::443; helo=mail-wr1-x443.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 114EB211A459B for ; Thu, 20 Dec 2018 03:21:40 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id j2so1344596wrw.1 for ; Thu, 20 Dec 2018 03:21:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LtUTHu7Ba8Vm9OssA82QewO7dJ5aedTMhVAguSJKEiY=; b=TGQCYYMBr93Bcb/TStTPcCSq34rMEpsCsWdCVdt6Qz7INdzScsRMv6afZtFQo+IKSd xGDBNXDniIN5edhogP8GwkImIhT4yf/4h2CBPyj1A2Cxr3TUO+9NKWSg9/S4kt6C5Qa6 oMIVDzWwaH6RbZsyd+U+VvEvWtEqoUmC2Mj+A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LtUTHu7Ba8Vm9OssA82QewO7dJ5aedTMhVAguSJKEiY=; b=L7114N3x0qFvZzTQkiu2saikvvRU9hriD41dh13ZOkeb4Hn1ZaTAy6//gNwRicmopQ HLHsuvIDOwYERHqqPgbn0GIasZGsmt+3C5ee0tRPc7DUgMh0eg1FfA1NvODIrJRPeQmz NpT3QrI6b0C5b8pMpoRxWoSiBdmXig1HGwO1++lKOH7z5IlgIDI+/kGzRyzdijP3+svE oHfDuhvVOM53QsIhUkslweA4+xq1ODh4hcpU2ab4vLVBSsjldUnErBJtgvCVaWYP+5B0 pOkys5TILB8Dszg2QmRMKTYKM+7DQVxnCJ7ufRyXhZayOPNcYJjluKsMD/rR3i3pswga jd3w== X-Gm-Message-State: AA+aEWa9oR2/UyMSYwh7b2kPlOESVHpiCBWakdAQLuNkVg+nhXebrhnQ fxha3Pnsu09R35nS7O7Ei89BOVlUlXpgjw== X-Google-Smtp-Source: AFSGD/UhCMvASxCUKGFpRGWokT7zV2P3seydgKoriNr65/BWoCOpYBQax16vTQUOO0GHuxC4NiH37w== X-Received: by 2002:adf:8143:: with SMTP id 61mr21606154wrm.47.1545304899255; Thu, 20 Dec 2018 03:21:39 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 3sm2589551wmw.46.2018.12.20.03.21.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Dec 2018 03:21:38 -0800 (PST) Date: Thu, 20 Dec 2018 11:21:36 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, liming.gao@intel.com Message-ID: <20181220112136.g6brpo4txvqr6sbh@bivouac.eciton.net> References: <20181220111201.30613-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181220111201.30613-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] MdePkg/Arm/ProcessorBind.h: fix copy/paste error X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 11:21:41 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Dec 20, 2018 at 12:12:01PM +0100, Ard Biesheuvel wrote: > Instead of #defining MAX_ALLOC_ADDRESS to MAX_ADDRESS as intended, > it is #defined to itself, causing all ARM builds to break. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > > Apologies for the breakage. Please ack asap. > > MdePkg/Include/Arm/ProcessorBind.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Include/Arm/ProcessorBind.h b/MdePkg/Include/Arm/ProcessorBind.h > index 16a61fc7a325..0b7b486125f9 100644 > --- a/MdePkg/Include/Arm/ProcessorBind.h > +++ b/MdePkg/Include/Arm/ProcessorBind.h > @@ -151,7 +151,7 @@ typedef INT32 INTN; > /// > /// Maximum usable address at boot time > /// > -#define MAX_ALLOC_ADDRESS MAX_ALLOC_ADDRESS > +#define MAX_ALLOC_ADDRESS MAX_ADDRESS > > /// > /// Maximum legal ARM INTN and UINTN values. > -- > 2.19.2 >