Revision: 14753
http://sourceforge.net/p/edk2/code/14753
Author: vanjeff
Date: 2013-10-09 01:41:26 +0000 (Wed, 09 Oct 2013)
Log Message:
-----------
Sync patch r14750from main trunk.
Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of
these are marked as DEBUG_ERROR when they are really not errors.
Modified Paths:
--------------
branches/UDK2010.SR1/UefiCpuPkg/CpuDxe/CpuDxe.c
Modified: branches/UDK2010.SR1/UefiCpuPkg/CpuDxe/CpuDxe.c
===================================================================
--- branches/UDK2010.SR1/UefiCpuPkg/CpuDxe/CpuDxe.c 2013-10-09 01:40:43 UTC
(rev 14752)
+++ branches/UDK2010.SR1/UefiCpuPkg/CpuDxe/CpuDxe.c 2013-10-09 01:41:26 UTC
(rev 14753)
@@ -637,9 +637,9 @@
// to avoid unnecessary computing.
//
if (mIsFlushingGCD) {
- DEBUG((EFI_D_ERROR, " Flushing GCD\n"));
- return EFI_SUCCESS;
- }
+ DEBUG((EFI_D_INFO, " Flushing GCD\n"));
+ return EFI_SUCCESS;
+ }
switch (Attributes) {
case EFI_MEMORY_UC:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits