Changeset 0aa06cbe in mainline for kernel/arch/ia32/src
- Timestamp:
- 2018-03-06T20:48:12Z (8 years ago)
- Parents:
- fd57cf17 (diff), 0c793e2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-06 20:48:12)
- git-committer:
- GitHub <noreply@…> (2018-03-06 20:48:12)
- Location:
- kernel/arch/ia32/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/asm.S
rfd57cf17 r0aa06cbe 35 35 #include <arch/cpu.h> 36 36 #include <arch/mm/page.h> 37 #include <arch/istate_struct. h>37 #include <arch/istate_struct.ag.h> 38 38 #include <arch/smp/apic.h> 39 39 … … 585 585 FUNCTION_END(early_putchar) 586 586 587 -
kernel/arch/ia32/src/context.S
rfd57cf17 r0aa06cbe 28 28 29 29 #include <abi/asmtool.h> 30 #include <arch/context_struct. h>30 #include <arch/context_struct.ag.h> 31 31 #include <arch/vreg.h> 32 32 -
kernel/arch/ia32/src/smp/ap.S
rfd57cf17 r0aa06cbe 38 38 #include <arch/pm.h> 39 39 #include <arch/cpu.h> 40 #include <arch/context_struct. h>40 #include <arch/context_struct.ag.h> 41 41 42 42 .section K_TEXT_START, "ax"
Note:
See TracChangeset
for help on using the changeset viewer.
