Re: [PATCH] SH: add machine-ops and Dreamcast specific fix-up

2007-08-04 Thread Paul Mundt
On Sat, Aug 04, 2007 at 08:54:36AM +0100, Adrian McMenamin wrote: > On Sat, 2007-08-04 at 12:06 +0900, Paul Mundt wrote: > > On Fri, Aug 03, 2007 at 08:26:17PM +0100, Adrian McMenamin wrote: > > > +static void mach_reboot_fixups(void) > > > +{ > > > + if (mach_is_dreamcast()) { > > > + writ

Re: [PATCH] SH: add machine-ops and Dreamcast specific fix-up

2007-08-04 Thread Adrian McMenamin
On Sat, 2007-08-04 at 12:06 +0900, Paul Mundt wrote: > On Fri, Aug 03, 2007 at 08:26:17PM +0100, Adrian McMenamin wrote: > > diff --git a/arch/sh/boards/dreamcast/Makefile > > b/arch/sh/boards/dreamcast/Makefile > > index e6fcd3d..7b97546 100644 > > --- a/arch/sh/boards/dreamcast/Makefile > > +++ b

Re: [PATCH] SH: add machine-ops and Dreamcast specific fix-up

2007-08-03 Thread Paul Mundt
On Fri, Aug 03, 2007 at 08:26:17PM +0100, Adrian McMenamin wrote: > diff --git a/arch/sh/boards/dreamcast/Makefile > b/arch/sh/boards/dreamcast/Makefile > index e6fcd3d..7b97546 100644 > --- a/arch/sh/boards/dreamcast/Makefile > +++ b/arch/sh/boards/dreamcast/Makefile > @@ -2,5 +2,5 @@ > # Makefil

[PATCH] SH: add machine-ops and Dreamcast specific fix-up

2007-08-03 Thread Adrian McMenamin
(This code is closely modelled on the i386 machine-ops, though currently the only board specific fixup is for the Dreamcast and so there is not a separate set of mach fixups.) This needs to be tested against a wide range of SH boards and would be good to go in -mm if Paul acks it. Add machine-ops