diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2018-06-05 05:24:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2018-06-05 05:24:42 +0000 |
commit | 3fff2af912d66d48e60d402abf6d718cbf10b14e (patch) | |
tree | b6efd533ab42db82d254bdf360134b88c4f8b27f /sys/arm64 | |
parent | ce24b3e7d84deb39708cfc6ad9ab3f0d450de0a5 (diff) | |
download | src-3fff2af912d66d48e60d402abf6d718cbf10b14e.tar.gz src-3fff2af912d66d48e60d402abf6d718cbf10b14e.zip |
Since we don't enable BUF_TRACKING and FULL_BUF_TRACKING buffer debugging
options in GENERIC kernels on arm and arm64, there's no need to disable
them.
Sponsored by: MSI/FUNTORO
Notes
Notes:
svn path=/head/; revision=334649
Diffstat (limited to 'sys/arm64')
-rw-r--r-- | sys/arm64/conf/GENERIC-NODEBUG | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm64/conf/GENERIC-NODEBUG b/sys/arm64/conf/GENERIC-NODEBUG index 1d7d22d322ce..d3ae3d0f071f 100644 --- a/sys/arm64/conf/GENERIC-NODEBUG +++ b/sys/arm64/conf/GENERIC-NODEBUG @@ -34,7 +34,5 @@ nooptions INVARIANTS nooptions INVARIANT_SUPPORT nooptions WITNESS nooptions WITNESS_SKIPSPIN -nooptions BUF_TRACKING nooptions DEADLKRES -nooptions FULL_BUF_TRACKING nooptions USB_DEBUG |