1
1

Merge pull request #5689 from rhc54/topic/psm2

Silence warning of unused function
Этот коммит содержится в:
Ralph Castain 2018-09-12 16:40:23 -07:00 коммит произвёл GitHub
родитель 78c1469f93 853dc96c5d
Коммит fb67b1703f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -77,6 +77,7 @@ static int PatchLoadImm (uintptr_t addr, unsigned int reg, size_t value)
#endif
#if !HAVE___CLEAR_CACHE
static void flush_and_invalidate_cache (unsigned long a)
{
#if OPAL_ASSEMBLY_ARCH == OPAL_IA32
@ -114,6 +115,7 @@ static void flush_and_invalidate_cache (unsigned long a)
"isb":: "r" (a));
#endif
}
#endif // HAVE___CLEAR_CACHE
// modify protection of memory range
static void ModifyMemoryProtection (uintptr_t addr, size_t length, int prot)