Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split INTRNG main file into two files #1285

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -23,6 +23,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
Loading