|
|
| File: [Development] / linux-2.4-xfs / arch / mips / vr41xx / tanbac-tb0229 / reboot.c (download)
Revision 1.2, Thu Jan 20 13:59:19 2005 UTC (12 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.4.29. Merge of 2.4.x-xfs-melb:linux:21231a by kenmcd. |
/*
* FILE NAME
* arch/mips/vr41xx/tanbac-tb0229/reboot.c
*
* BRIEF MODULE DESCRIPTION
* Depending on TANBAC TB0229(VR4131DIMM) of reboot system call.
*
* Copyright 2003 Megasolution Inc.
* matsu@megasolution.jp
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/
#include <asm/io.h>
#include <asm/vr41xx/tb0229.h>
#define tb0219_hard_reset() writew(0, TB0219_RESET_REGS)
void tanbac_tb0219_restart(char *command)
{
local_irq_disable();
tb0219_hard_reset();
while (1);
}