diff options
Diffstat (limited to 'OptionRomPkg/Application/BltLibSample')
-rw-r--r-- | OptionRomPkg/Application/BltLibSample/BltLibSample.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OptionRomPkg/Application/BltLibSample/BltLibSample.c b/OptionRomPkg/Application/BltLibSample/BltLibSample.c index c21eb7a..886314d 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.<BR>
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
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
|