Skip to content

Commit

Permalink
accept commit 4bf2a5b from Tianocore
Browse files Browse the repository at this point in the history
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Apr 26, 2021
1 parent afa09cc commit 5bc175a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion MdePkg/Library/BaseLib/CpuDeadLoop.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ CpuDeadLoop (
{
volatile UINTN Index;

for (Index = 0; Index == 0;);
for (Index = 0; Index == 0;) {
CpuPause();
}
}
6 changes: 3 additions & 3 deletions rEFIt_UEFI/Platform/ati.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ typedef enum {
CHIP_FAMILY_CARRIZO,
CHIP_FAMILY_TOBAGO,
CHIP_FAMILY_ELLESMERE, /* Polaris 10 */
CHIP_FAMILY_BAFFIN, /* Polaris 11 */
CHIP_FAMILY_BAFFIN, /* Polaris 11 */
CHIP_FAMILY_GREENLAND, /* Polaris 12 */
CHIP_FAMILY_VEGA10, /* Vega 10 */
CHIP_FAMILY_VEGA20, /* Vega 20 */
CHIP_FAMILY_VEGA10, /* Vega 10 */
CHIP_FAMILY_VEGA20, /* Vega 20 */
CHIP_FAMILY_NAVI10,
CHIP_FAMILY_NAVI20,
CHIP_FAMILY_LAST
Expand Down

0 comments on commit 5bc175a

Please sign in to comment.