diff options
author | marcel <marcel@FreeBSD.org> | 2011-02-06 22:18:37 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2011-02-06 22:18:37 +0000 |
commit | 78c6e82cfc9e4f28765d5b912e51da218c1681fb (patch) | |
tree | cdba94882f87912e554f3832513e96829363fff0 /sys/ia64/conf | |
parent | 9f1d4d865d433b99412f292a481de4e84ed8a0df (diff) | |
download | FreeBSD-src-78c6e82cfc9e4f28765d5b912e51da218c1681fb.zip FreeBSD-src-78c6e82cfc9e4f28765d5b912e51da218c1681fb.tar.gz |
Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memory
access related to an IPv6 route update.
PR: kern/148018
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r-- | sys/ia64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 71af42c..03919cd 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -31,7 +31,8 @@ options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options DDB # Support DDB options DEADLKRES # Enable the deadlock resolver options FFS # Berkeley Fast Filesystem -options FLOWTABLE # per-cpu routing cache +#options FLOWTABLE # per-cpu routing cache (removed due to + # misaligned access -- see kern/148018) options GDB # Support remote GDB options GEOM_LABEL # Provides labelization options INCLUDE_CONFIG_FILE # Include this file in kernel |