Searched defs:m68k_fputype (Results 1 - 1 of 1) sorted by last modified time

/arch/m68k/kernel/
H A Dsetup_mm.c57 unsigned long m68k_fputype; variable
243 /* FIXME: m68k_fputype is passed in by Penguin booter, which can
250 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) {
439 if (m68k_fputype & FPU_68881)
441 else if (m68k_fputype & FPU_68882)
443 else if (m68k_fputype & FPU_68040)
445 else if (m68k_fputype & FPU_68060)
447 else if (m68k_fputype & FPU_SUNFPA)
449 else if (m68k_fputype & FPU_COLDFIRE)
552 if (m68k_fputype
[all...]

Completed in 53 milliseconds