Skip to content

Commit

Permalink
intrng: break PIC functionality off of main INTRNG file
Browse files Browse the repository at this point in the history
This should serve to truly split things into layers.  Perhaps this could
then be used on x86 and serve to continue unifying interrupt frameworks.
  • Loading branch information
ehem committed Aug 2, 2024
1 parent d522fd5 commit fe033e5
Show file tree
Hide file tree
Showing 5 changed files with 1,153 additions and 1,094 deletions.
1 change: 1 addition & 0 deletions sys/conf/files.arm
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ arm/arm/identcpu-v6.c standard
arm/arm/in_cksum_arm.S optional inet | inet6
arm/arm/in_cksum_machdep.c optional inet | inet6
kern/subr_intr.c standard
kern/subr_intrpic.c standard
arm/arm/locore.S standard no-obj
arm/arm/hypervisor-stub.S standard
arm/arm/machdep.c standard
Expand Down
1 change: 1 addition & 0 deletions sys/conf/files.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kern/msi_if.m optional intrng
kern/pic_if.m optional intrng
kern/subr_devmap.c standard
kern/subr_intr.c optional intrng
kern/subr_intrpic.c optional intrng
kern/subr_physmem.c standard
libkern/strlen.c standard
libkern/arm64/crc32c_armv8.S standard
Expand Down
1 change: 1 addition & 0 deletions sys/conf/files.riscv
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kern/pic_if.m standard
kern/subr_devmap.c standard
kern/subr_dummy_vdso_tc.c standard
kern/subr_intr.c standard
kern/subr_intrpic.c standard
kern/subr_physmem.c standard
libkern/bcopy.c standard
libkern/memcmp.c standard
Expand Down
Loading

0 comments on commit fe033e5

Please sign in to comment.