Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighestSetBit().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5920 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -84,20 +84,6 @@ CoreDispatchEventNotifies (
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Return the highest set bit.
|
||||
|
||||
@param Number The value to check
|
||||
|
||||
@return Bit position of the highest set bit
|
||||
|
||||
**/
|
||||
UINTN
|
||||
CoreHighestSetBit (
|
||||
IN UINTN Number
|
||||
);
|
||||
|
||||
|
||||
//
|
||||
// Exported functions
|
||||
//
|
||||
|
Reference in New Issue
Block a user