Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sh
lib64
panic.c
Go to the documentation of this file.
1
/*
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
9
void
10
panic_handler
(
unsigned
long
panicPC,
unsigned
long
panicSSR,
11
unsigned
long
panicEXPEVT)
12
{
13
/* Never return from the panic handler */
14
for
(;;) ;
15
}
Generated on Thu Jan 10 2013 13:17:05 for Linux Kernel by
1.8.2