Changeset 0c793e2 in mainline
- Timestamp:
- 2018-03-06T19:27:32Z (7 years ago)
- Children:
- 0aa06cbe
- Parents:
- 928a2cbb
- Files:
-
- 4 added
- 4 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r928a2cbb r0c793e2 396 396 397 397 %.ag.h %.ag.s %.ag.c %.ag.d: %.h 398 CC="$(CC)" CFLAGS=" $(CFLAGS)" $(AUTOGEN) $< $@398 CC="$(CC)" CFLAGS="-DKERNEL $(CFLAGS)" $(AUTOGEN) $< $@ 399 399 400 400 %.o: %.S | depend -
kernel/arch/ia64/include/arch/interrupt.h
r928a2cbb r0c793e2 37 37 38 38 #ifndef __ASM__ 39 #include <_bits/native.h> 39 40 #include <arch/istate.h> 40 41 #include <stdint.h> -
kernel/arch/ia64/src/context.S
r928a2cbb r0c793e2 28 28 29 29 #include <abi/asmtool.h> 30 #include <arch/context_struct. h>30 #include <arch/context_struct.ag.h> 31 31 32 32 .text -
kernel/arch/ia64/src/ivt.S
r928a2cbb r0c793e2 33 33 #include <arch/mm/page.h> 34 34 #include <arch/interrupt.h> 35 #include <arch/istate_struct. h>35 #include <arch/istate_struct.ag.h> 36 36 #include <align.h> 37 37 -
uspace/lib/c/arch/ia64/src/fibril.S
r928a2cbb r0c793e2 28 28 29 29 #include <abi/asmtool.h> 30 #include <libarch/fibril_context. h>30 #include <libarch/fibril_context.ag.h> 31 31 32 32 .text
Note:
See TracChangeset
for help on using the changeset viewer.