blob: 38c954e04f6a5225b6562ec08983571c8a587961 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Copyright (C) 2003 Richard Curnow, SuperH UK Limited
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 */
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009void
10panic_handler(unsigned long panicPC, unsigned long panicSSR,
11 unsigned long panicEXPEVT)
12{
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 /* Never return from the panic handler */
14 for (;;) ;
Linus Torvalds1da177e2005-04-16 15:20:36 -070015}