diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 15:09:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 15:09:24 -0500 |
| commit | 20d9401703bff7241645c9883828ad10beae6fa7 (patch) | |
| tree | e446d471a0eaf4ed7ac67e878ce4fb02334a2acb /src/kernel/HALKit/ARM64/HalApplicationProcessor.cc | |
| parent | a9019ecaaad76cb3569a6852dbc30c48c5436d1d (diff) | |
| parent | ceabd82ac8e796249feacf39c836034ed5e11c6d (diff) | |
Merge pull request #91 from nekernel-org/dev
dev->stable
Diffstat (limited to 'src/kernel/HALKit/ARM64/HalApplicationProcessor.cc')
| -rw-r--r-- | src/kernel/HALKit/ARM64/HalApplicationProcessor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/HALKit/ARM64/HalApplicationProcessor.cc b/src/kernel/HALKit/ARM64/HalApplicationProcessor.cc index 2a3c73e5..fff4282f 100644 --- a/src/kernel/HALKit/ARM64/HalApplicationProcessor.cc +++ b/src/kernel/HALKit/ARM64/HalApplicationProcessor.cc @@ -131,7 +131,7 @@ EXTERN_C Bool mp_register_task(HAL::StackFramePtr stack_frame, ProcessID thrdid) /// @brief Initialize the Global Interrupt Controller.
/// @internal
/***********************************************************************************/
-Void mp_init_cores(Void) noexcept {
+Void mp_init_cores(Void) {
if (!Detail::kGICEnabled) {
Detail::kGICEnabled = YES;
Detail::mp_setup_gic_el0();
|
