X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FApplication%2FBltLibSample%2FBltLibSample.c;fp=OptionRomPkg%2FApplication%2FBltLibSample%2FBltLibSample.c;h=886314d63057d176d6c0748400b0bdbdc8a1c0ac;hp=c21eb7a49cb8a43eba83c8d33cdb0033d4d44af4;hb=8d27b54baec211f628fb90fb045ed536be1ce368;hpb=c8ff1df3a2b8d54a746ee18ad9ed443ab00d2c3c diff --git a/OptionRomPkg/Application/BltLibSample/BltLibSample.c b/OptionRomPkg/Application/BltLibSample/BltLibSample.c index c21eb7a49c..886314d630 100644 --- a/OptionRomPkg/Application/BltLibSample/BltLibSample.c +++ b/OptionRomPkg/Application/BltLibSample/BltLibSample.c @@ -1,7 +1,7 @@ /** @file Example program using BltLib - Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2018, 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 @@ -27,8 +27,6 @@ ReadTimestamp ( { #if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64) return AsmReadTsc (); -#elif defined (MDE_CPU_IPF) - return AsmReadItc (); #else #error ReadTimestamp not supported for this architecture! #endif