repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
mips
/
include
/
asm
/
kdebug.h
blob
a55a207cfaa389ed3535d186dbb407c9ef044010
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_MIPS_KDEBUG_H
3
#define _ASM_MIPS_KDEBUG_H
4
5
#include <linux/notifier.h>
6
7
enum
die_val
{
8
DIE_OOPS
=
1
,
9
DIE_FP
,
10
DIE_TRAP
,
11
DIE_RI
,
12
DIE_PAGE_FAULT
,
13
DIE_BREAK
,
14
DIE_SSTEPBP
,
15
DIE_MSAFP
,
16
DIE_UPROBE
,
17
DIE_UPROBE_XOL
,
18
};
19
20
#endif
/* _ASM_MIPS_KDEBUG_H */