allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / powerpc / platforms / 85xx / misc.c
blob3e62fcb04c1c523766641db8bb89ec1821a3e378
1 /*
2 * MPC85xx generic code.
4 * Maintained by Kumar Gala (see MAINTAINERS for contact information)
6 * Copyright 2005 Freescale Semiconductor Inc.
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
13 #include <linux/irq.h>
14 #include <linux/module.h>
15 #include <asm/irq.h>
17 extern void abort(void);
19 void mpc85xx_restart(char *cmd)
21 local_irq_disable();
22 abort();