diff options
author | avg <avg@FreeBSD.org> | 2013-08-09 08:11:09 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2013-08-09 08:11:09 +0000 |
commit | 6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b (patch) | |
tree | 854b951f44aff7ddb9146ba1701a38232e97a2ec /sys/ia64 | |
parent | d073be3ad1145092808b4209092acf1e3fea4326 (diff) | |
download | FreeBSD-src-6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b.zip FreeBSD-src-6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b.tar.gz |
follow up to r254051
- update powerpc/GENERIC64 as well, suggested by mdf
- update comments so that they make sense after the change, suggested by
jhb
X-MFC after: never (change specific to head)
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 9249265..b9cb27f 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -65,9 +65,8 @@ options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions # Debugging support. Always need this: options KDB # Enable kernel debugger support. -# For minimum debugger support (stable branch) use: options KDB_TRACE # Print a stack trace for a panic. -# For full debugger support use this instead: +# For full debugger support use (turn off in stable branch): options DDB # Support DDB options GDB # Support remote GDB options DEADLKRES # Enable the deadlock resolver |