From 39d24078f80c9e47b644e187785904d23528fdcd Mon Sep 17 00:00:00 2001 From: Michal Meloun Date: Tue, 9 May 2017 12:32:31 +0000 Subject: [PATCH] Revert accidentally changed std.armv6 in r318024. MFC with: r318024 MFC after: 2 weeks --- sys/arm/conf/std.armv6 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6 index 2bf63c8b279..4ee9caff32e 100644 --- a/sys/arm/conf/std.armv6 +++ b/sys/arm/conf/std.armv6 @@ -68,10 +68,10 @@ options USB_DEBUG # Enable usb debug support code # Optional extras, never enabled by default: #options BOOTVERBOSE #options DEBUG # May result in extreme spewage -options KTR -options KTR_COMPILE=KTR_ALL -options KTR_ENTRIES=163840 -options KTR_MASK=(KTR_SPARE3) +#options KTR +#options KTR_COMPILE=KTR_ALL +#options KTR_ENTRIES=16384 +#options KTR_MASK=(KTR_SPARE2) #options KTR_VERBOSE=0 #options USB_REQ_DEBUG #options USB_VERBOSE