]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/DisableCache.c
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / DisableCache.c
index d2d028a93d0dc0a03bfe75a01be67b34428a1767..603801b2be9609ac74237153c2cc4e3fecab4d6e 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   AsmDisableCache function\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
 **/\r
 \r
 /**\r
-  Disables caches.\r
+  Set CD bit and clear NW bit of CR0 followed by a WBINVD.\r
 \r
-  Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a\r
-  WBINVD instruction.\r
+  Disables the caches by setting the CD bit of CR0 to 1, clearing the NW bit of CR0 to 0,\r
+  and executing a WBINVD instruction.  This function is only available on IA-32 and x64.\r
 \r
 **/\r
 VOID\r