]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/Arm/ArchPrePi.c
ArmPlatformPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPlatformPkg / PrePi / Arm / ArchPrePi.c
CommitLineData
1bc83266 1/** @file\r
5a5440d0
PG
2\r
3 Copyright (c) 2011 - 2013, ARM Limited. All rights reserved.\r
4\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
1bc83266
HL
7**/\r
8\r
9#include "PrePi.h"\r
10\r
11VOID\r
12ArchInitialize (\r
13 VOID\r
14 )\r
15{\r
16 // Enable program flow prediction, if supported.\r
17 ArmEnableBranchPrediction ();\r
18\r
19 if (FixedPcdGet32 (PcdVFPEnabled)) {\r
20 ArmEnableVFP ();\r
21 }\r
22}\r