From mboxrd@z Thu Jan 1 00:00:00 1970 From: geoff@collyer.net To: 9fans@collyer.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010831211418.18935199E4@mail.cse.psu.edu> Subject: [9fans] file server FP fix Date: Fri, 31 Aug 2001 14:14:08 -0700 Topicbox-Message-UUID: e8270942-eac9-11e9-9e20-41e7f4b1d025 I'm installing the file server kernel on a Pentium III/Xeon system and the system was wedging at the first clock interrupt that called processfilt() that in turn called famd(). I added a call to fpinit as the last line of trapinit() and that solved the problem: ; diff orig trap.c 190a191,192 > > fpinit(); I'm not sure why the file server kernel has run on other PCs.