X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX86ReadIdtr.c;h=3b5b88fb864e859210809230909b46c3805bc7f3;hp=94b2b10a208f5774618226557d07dd8d73926d9e;hb=bb817c56c51fabe92915fe30b168b4833cb2aed9;hpb=030cd1a2e95018683638462e9fcfa2d204aaff33 diff --git a/MdePkg/Library/BaseLib/X86ReadIdtr.c b/MdePkg/Library/BaseLib/X86ReadIdtr.c index 94b2b10a20..3b5b88fb86 100644 --- a/MdePkg/Library/BaseLib/X86ReadIdtr.c +++ b/MdePkg/Library/BaseLib/X86ReadIdtr.c @@ -1,8 +1,8 @@ /** @file IA-32/x64 AsmReadIdtr() - Copyright (c) 2006, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2008, 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 which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -18,7 +18,7 @@ #include "BaseLibInternals.h" /** - Reads the current Interrupt Descriptor Table Register(GDTR) descriptor. + Reads the current Interrupt Descriptor Table Register(IDTR) descriptor. Reads and returns the current IDTR descriptor and returns it in Idtr. This function is only available on IA-32 and x64.