K 10 svn:author V 6 qingli K 8 svn:date V 27 2009-10-22T18:48:25.888797Z K 7 svn:log V 348 MFC 198306 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 Approved by: re END