diff options
author | marcel <marcel@FreeBSD.org> | 2002-10-19 04:02:16 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-10-19 04:02:16 +0000 |
commit | fdc552bda2d0b199861013034ce47f65869860c4 (patch) | |
tree | ac7d2af5e032b75fcec1800cd955cd5da706996a | |
parent | 724ced313d11ce10e2dbc7e1441ae1ca74d6fac2 (diff) | |
download | FreeBSD-src-fdc552bda2d0b199861013034ce47f65869860c4.zip FreeBSD-src-fdc552bda2d0b199861013034ce47f65869860c4.tar.gz |
Make the unwind functions standard and not optional on ddb. They
will eventually be used for ktrace(2) too.
-rw-r--r-- | sys/conf/files.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64 index e34fe70..07883ec 100644 --- a/sys/conf/files.ia64 +++ b/sys/conf/files.ia64 @@ -66,7 +66,7 @@ ia64/ia64/swtch.s standard ia64/ia64/sys_machdep.c standard ia64/ia64/trap.c standard ia64/ia64/unaligned.c standard -ia64/ia64/unwind.c optional ddb +ia64/ia64/unwind.c standard ia64/ia64/vm_machdep.c standard ia64/isa/isa.c optional isa ia64/isa/isa_dma.c optional isa |