• Richard Henderson's avatar
    [PATCH] alpha fp-emu vs module refcounting · 164e430f
    Richard Henderson authored
    From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
    
    This allows building the math-emu code as a module only when
    CONFIG_SMP is not set. The fp trap handler cannot be preempted
    on a single-CPU (as CONFIG_PREEMPT is not going to be supported
    on alpha), so the module can be safely unloaded at any time.
    164e430f
Kconfig 21.5 KB