diff options
author | Almudena Garcia <liberamenso10000@gmail.com> | 2020-08-13 15:23:13 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-09-19 21:17:45 +0200 |
commit | 8c412290d2b3137bb88d4d259058b8761c2e5392 (patch) | |
tree | f016059dc0175ebc1f2995340b3c229a15e607a4 /kern/processor.c | |
parent | 8bfb2df9ed2bcbf84e5b21f3a637e0deef4237be (diff) | |
download | gnumach-8c412290d2b3137bb88d4d259058b8761c2e5392.tar.gz gnumach-8c412290d2b3137bb88d4d259058b8761c2e5392.tar.bz2 gnumach-8c412290d2b3137bb88d4d259058b8761c2e5392.zip |
smp: Add generic smp pseudoclass
This pseudoclass generalize the initialization and access of SMP data,
allowing expands it to other architectures. In x86, the functions calls to apic functions.
*kern/smp.c: Source file. Implements a interface to load the SMP functions for the current architecture.
*kern/smp.h: Header file. Add declaration for smp_data structure.
*i386/i386/smp.c: Source file. Implements a set of functions to manage the SMP actions in i386
*i386/i386/smp.h: Header file. Add declarations for SMP functions in i386.
Diffstat (limited to 'kern/processor.c')
0 files changed, 0 insertions, 0 deletions