K 10 svn:author V 6 qingli K 8 svn:date V 27 2009-10-20T21:27:03.686137Z K 7 svn:log V 343 The flow-table function flowtable_route_flush() may be called during system initialization time. Since the flow-table is designed to maintain per CPU flow cache, the existing code did not check whether "smp_started" is true before calling sched_bind() and sched_unbind(), which triggers a page fault. Reviewed by: jeff MFC after: immediately END