> Module Name: src > Committed By: mlelstv > Date: Thu Nov 17 07:45:54 UTC 2011 > > Modified Files: > src/sys/arch/amiga/amiga: machdep.c > > Log Message: > identifycpu() is not just cosmetic for the banner but initializes how FPU > contexts are saved. > Also drop code that checks for fputype before it is determined.
Is it really ok to remove m68k_make_fpu_idle_frame()? Shouldn't it be moved after identifycpu()? I wonder if it would affect recent awk problem on port-amiga. --- Izumi Tsutsui