1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #define _IA64_KDEBUG_H 1
6 * Copyright (C) Intel Corporation, 2005
8 * 2005-Apr Rusty Lynch <rusty.lynch@intel.com> and Anil S Keshavamurthy
9 * <anil.s.keshavamurthy@intel.com> adopted from
10 * include/asm-x86_64/kdebug.h
12 * 2005-Oct Keith Owens <kaos@sgi.com>. Expand notify_die to cover more
22 DIE_MCA_MONARCH_ENTER
,
23 DIE_MCA_MONARCH_PROCESS
,
24 DIE_MCA_MONARCH_LEAVE
,
26 DIE_MCA_SLAVE_PROCESS
,
28 DIE_MCA_RENDZVOUS_ENTER
,
29 DIE_MCA_RENDZVOUS_PROCESS
,
30 DIE_MCA_RENDZVOUS_LEAVE
,
33 DIE_INIT_MONARCH_ENTER
,
34 DIE_INIT_MONARCH_PROCESS
,
35 DIE_INIT_MONARCH_LEAVE
,
37 DIE_INIT_SLAVE_PROCESS
,