diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-09 19:59:14 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-09 19:59:14 +0200 |
| commit | 3cded2a8deaaa8e6907ed1b47d174eb267aab7aa (patch) | |
| tree | c62fd9f4a8ffe55a9c4066f76bed841872155d1b /SDK/Libraries/CoreSystem/POWER/CoreAssembly.s | |
| parent | 9679f4d8676cb72feb80d95bca6ce26965f40042 (diff) | |
MHR-23: Refactor and finishing SMP support.
Diffstat (limited to 'SDK/Libraries/CoreSystem/POWER/CoreAssembly.s')
| -rw-r--r-- | SDK/Libraries/CoreSystem/POWER/CoreAssembly.s | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/SDK/Libraries/CoreSystem/POWER/CoreAssembly.s b/SDK/Libraries/CoreSystem/POWER/CoreAssembly.s deleted file mode 100644 index e7919f23..00000000 --- a/SDK/Libraries/CoreSystem/POWER/CoreAssembly.s +++ /dev/null @@ -1,23 +0,0 @@ -; /* ------------------------------------------- -; -; Copyright SoftwareLabs -; -; Purpose: POWER low level I/O -; -; ------------------------------------------- */ - -/* @brief Application getter */ -/* @throws: ApptError: appartement error. */ -export .code64 RtGetAppPointer: - mflr r3 - stw 0x10, 0(r3) /* sysGetProcessObject */ - sc - - blr - -export .code64 RtAssertTriggerInterrupt: - mflr r3 - stw 0x11, 0(r3) /* sysTerminateCurrentProcess */ - sc - - blr |
