From 9818a9f26ce7f5ac5fb3fe63ffbcf4567d8ae63d Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 6 Feb 2011 22:18:37 +0000 Subject: [PATCH] Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memory access related to an IPv6 route update. PR: kern/148018 --- sys/ia64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 71af42c6be4..03919cdb43a 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