X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseSynchronizationLib%2FIpf%2FInternalGetSpinLockProperties.c;fp=MdePkg%2FLibrary%2FBaseSynchronizationLib%2FIpf%2FInternalGetSpinLockProperties.c;h=0000000000000000000000000000000000000000;hb=3cb0a311cb7e747d7be5c5076d0fff76ad256d2b;hp=3993f6bb63d5df948e2bf6c35f978f75d45e84b2;hpb=ba6037f8331d5a6e9acd4d26a53ded6aa2ae62fb;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseSynchronizationLib/Ipf/InternalGetSpinLockProperties.c b/MdePkg/Library/BaseSynchronizationLib/Ipf/InternalGetSpinLockProperties.c deleted file mode 100644 index 3993f6bb63..0000000000 --- a/MdePkg/Library/BaseSynchronizationLib/Ipf/InternalGetSpinLockProperties.c +++ /dev/null @@ -1,29 +0,0 @@ -/** @file - Internal function to get spin lock alignment. - - Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
- 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 - http://opensource.org/licenses/bsd-license.php. - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -**/ - -/** - Internal function to retrieve the architecture specific spin lock alignment - requirements for optimal spin lock performance. - - @return The architecture specific spin lock alignment. - -**/ -UINTN -InternalGetSpinLockProperties ( - VOID - ) -{ - return 32; -} -