From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7279A941DA4 for ; Sat, 20 Jan 2024 17:08:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kI9SkkzUFuGCYQ9OgzvQQpPtIHzoKqG3MV/MKptat4o=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Feedback-ID:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1705770515; v=1; b=aX4yi5q5XcMeCkhAqffM17iV5Sxho16ggAbiKXZ1ICmcScK5tizuh0W8waaJqXv2bo1zaU63 BUF89NQLvcH9uF6romSd26uXBeukuSI/cpRKkGFBptC7vanwfkobkPxtPkKe4KQD0NKfyvL3MdD Yktrq4t5kmZJuwE6w6Kv+TO0= X-Received: by 127.0.0.2 with SMTP id TEG7YY7687511x4V3uDIR49H; Sat, 20 Jan 2024 09:08:35 -0800 X-Received: from a7-18.smtp-out.eu-west-1.amazonses.com (a7-18.smtp-out.eu-west-1.amazonses.com [54.240.7.18]) by mx.groups.io with SMTP id smtpd.web11.27689.1705770514423195601 for ; Sat, 20 Jan 2024 09:08:34 -0800 From: "Michael Brown" To: devel@edk2.groups.io Cc: Michael Brown , Ray Ni Subject: [edk2-devel] [PATCH v2 2/2] MdeModulePkg: Add missing Iret.h to NestedInterruptTplLib sources list Date: Sat, 20 Jan 2024 17:08:32 +0000 Message-ID: <0102018d27d87126-c03ef8ab-7a4c-4049-ad0d-c4f279f8b5a2-000000@eu-west-1.amazonses.com> In-Reply-To: <20240120170814.1777073-1-mcb30@ipxe.org> References: <17AC1CE6B1CDE741.7395@groups.io> <20240120170814.1777073-1-mcb30@ipxe.org> MIME-Version: 1.0 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on blyat.fensystems.co.uk Feedback-ID: 1.eu-west-1.fspj4M/5bzJ9NLRzJP0PaxRwxrpZqiDQJ1IF94CF2TA=:AmazonSES X-SES-Outgoing: 2024.01.20-54.240.7.18 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mcb30@ipxe.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: nCltZcKCLyYHetxpWkMlJ4Nbx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=aX4yi5q5; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Suggested-by: Ray Ni Signed-off-by: Michael Brown --- .../Library/NestedInterruptTplLib/NestedInterruptTplLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf b/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf index 1e03e1364e0f..f130d6dcd213 100644 --- a/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf +++ b/MdeModulePkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf @@ -20,6 +20,7 @@ [Defines] [Sources] Tpl.c + Iret.h Iret.c [Packages] -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114121): https://edk2.groups.io/g/devel/message/114121 Mute This Topic: https://groups.io/mt/103852903/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-