mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
x86: Added missing BOOT_CODE annotation
x86_cpuid_initialize was missing BOOT_CODE annotation. Fixes #1575 Signed-off-by: Seph Gentle <me@josephg.com>
This commit is contained in:
committed by
Indan Zupancic
parent
78c3b11a02
commit
67f9a1002c
@@ -113,7 +113,7 @@ BOOT_CODE static void x86_cpuid_amd_identity_initialize(cpu_identity_t *ci,
|
||||
}
|
||||
}
|
||||
|
||||
bool_t x86_cpuid_initialize(void)
|
||||
BOOT_CODE bool_t x86_cpuid_initialize(void)
|
||||
{
|
||||
cpu_identity_t *ci = x86_cpuid_get_identity();
|
||||
struct family_model original;
|
||||
|
||||
Reference in New Issue
Block a user