Re: [RFC 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

2015-06-02 Thread Finn Thain
On Mon, 1 Jun 2015, Geert Uytterhoeven wrote: > > Index: linux/arch/m68k/atari/nvram.c > > === > > --- linux.orig/arch/m68k/atari/nvram.c 2015-05-31 11:01:21.0 > > +1000 > > +++ linux/arch/m68k/atari/nvram.c 2015-05-31

Re: [RFC 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

2015-06-01 Thread Geert Uytterhoeven
Hi Finn, On Sun, May 31, 2015 at 3:01 AM, Finn Thain wrote: > A multi-platform kernel binary needs to decide at run-time how to dispatch > the arch_nvram_ops calls. Add platform-independent arch_nvram_ops, for use > when multiple platform-specific NVRAM ops implementations are needed. Thanks for

[RFC 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

2015-05-30 Thread Finn Thain
A multi-platform kernel binary needs to decide at run-time how to dispatch the arch_nvram_ops calls. Add platform-independent arch_nvram_ops, for use when multiple platform-specific NVRAM ops implementations are needed. Signed-off-by: Finn Thain --- arch/m68k/Kconfig |2 ar