diff options
author | jhb <jhb@FreeBSD.org> | 2001-06-29 19:51:37 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-06-29 19:51:37 +0000 |
commit | cbc88996c619bc138b998f7e31c069ea60dcdefc (patch) | |
tree | 6a6509e044c3122df2e8a743db5230863c091dd8 /sys/conf | |
parent | 8d232144a3e4758c8a4a8500238cb227ce7500ac (diff) | |
download | FreeBSD-src-cbc88996c619bc138b998f7e31c069ea60dcdefc.zip FreeBSD-src-cbc88996c619bc138b998f7e31c069ea60dcdefc.tar.gz |
Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 54f6be4..f1ef01e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -806,6 +806,7 @@ kern/subr_sbuf.c standard kern/subr_scanf.c standard kern/subr_smp.c optional smp kern/subr_taskqueue.c standard +kern/subr_trap.c standard kern/subr_witness.c optional witness kern/subr_xxx.c standard kern/sys_generic.c standard |