From ce02b0b90121c00ebad67e12fe965e29208ef68f Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 3 Sep 2008 08:35:20 +0000 Subject: [PATCH] Add more file comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5797 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c index a1959e121d..e38db636e8 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c @@ -1,6 +1,9 @@ /** @file PEI Services Table Pointer Library for IA-32 and X64. + According to PI specification, the peiservice pointer is stored prior at IDT + table in IA32 and x64 architecture. + Copyright (c) 2006 - 2007, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License -- 2.39.2