Changeset 34120f10 in mainline for kernel/genarch
- Timestamp:
- 2023-10-27T19:38:31Z (2 years ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63ed840
- Parents:
- c89ae25 (diff), 694ca3d6 (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. - Location:
- kernel/genarch/src
- Files:
-
- 7 edited
-
acpi/acpi.c (modified) (1 diff)
-
drivers/ega/ega.c (modified) (1 diff)
-
drivers/via-cuda/cuda.c (modified) (1 diff)
-
fb/fb.c (modified) (1 diff)
-
mm/as_pt.c (modified) (1 diff)
-
mm/page_pt.c (modified) (1 diff)
-
ofw/ofw_tree.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/acpi/acpi.c
rc89ae25 r34120f10 43 43 #include <mm/km.h> 44 44 #include <log.h> 45 #include <mem .h>45 #include <memw.h> 46 46 47 47 #define RSDP_SIGNATURE "RSD PTR " -
kernel/genarch/src/drivers/ega/ega.c
rc89ae25 r34120f10 42 42 #include <typedefs.h> 43 43 #include <arch/asm.h> 44 #include <mem .h>44 #include <memw.h> 45 45 #include <str.h> 46 46 #include <console/chardev.h> -
kernel/genarch/src/drivers/via-cuda/cuda.c
rc89ae25 r34120f10 41 41 #include <stdlib.h> 42 42 #include <synch/spinlock.h> 43 #include <mem .h>43 #include <memw.h> 44 44 45 45 static irq_ownership_t cuda_claim(irq_t *irq); -
kernel/genarch/src/fb/fb.c
rc89ae25 r34120f10 45 45 #include <align.h> 46 46 #include <panic.h> 47 #include <mem .h>47 #include <memw.h> 48 48 #include <config.h> 49 49 #include <bitops.h> -
kernel/genarch/src/mm/as_pt.c
rc89ae25 r34120f10 44 44 #include <arch/mm/as.h> 45 45 #include <typedefs.h> 46 #include <mem .h>46 #include <memw.h> 47 47 #include <arch.h> 48 48 -
kernel/genarch/src/mm/page_pt.c
rc89ae25 r34120f10 47 47 #include <typedefs.h> 48 48 #include <arch/asm.h> 49 #include <mem .h>49 #include <memw.h> 50 50 #include <align.h> 51 51 #include <macros.h> -
kernel/genarch/src/ofw/ofw_tree.c
rc89ae25 r34120f10 39 39 #include <stdlib.h> 40 40 #include <sysinfo/sysinfo.h> 41 #include <mem .h>41 #include <memw.h> 42 42 #include <str.h> 43 43 #include <panic.h>
Note:
See TracChangeset
for help on using the changeset viewer.
