mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
kernel: add aarch64 architecture support
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -55,13 +55,11 @@ typedef uint64_t cpuid_t;
|
||||
#define __amd_cpuid_init(leaf) \
|
||||
CPUID##leaf() \
|
||||
{ \
|
||||
assert(!"cpuid not implemented for this architecture"); \
|
||||
}
|
||||
|
||||
#define __amd_cpuid_init2(leaf, leaf2, suffix) \
|
||||
CPUID##leaf##suffix() \
|
||||
{ \
|
||||
assert(!"cpuid not implemented for this architecture"); \
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -55,13 +55,11 @@ typedef uint64_t cpuid_t;
|
||||
#define __intel_cpuid_init(leaf) \
|
||||
CPUID##leaf() \
|
||||
{ \
|
||||
assert(!"cpuid not implemented for this architecture"); \
|
||||
}
|
||||
|
||||
#define __intel_cpuid_init2(leaf, leaf2, suffix) \
|
||||
CPUID##leaf##suffix() \
|
||||
{ \
|
||||
assert(!"cpuid not implemented for this architecture"); \
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user