On Thu, 3 Nov 2011, [email protected] wrote:
> #define FPSTATESIZE (96)
> #elif defined(CONFIG_M68KFPU_EMU)
> #define FPSTATESIZE (28)
> +#elif defined(CONFIG_COLDFIRE) && defined(CONFIG_MMU)
> +#define FPSTATESIZE (16)
...
> + if (CPU_IS_COLDFIRE) {
Is it actually possible to run the same kernel binary on CF and 680x0? If
not, shouldn't these run-time tests be compile-time #ifdefs?
Finn
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html