|
|
| File: [Development] / linux-2.6-xfs / include / asm-ia64 / Attic / kdb_break.h (download)
Revision 1.9, Tue Feb 28 14:25:03 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.16-rc5. Merge of 2.6.x-xfs-melb:linux:25320a by kenmcd. |
#ifndef _ASM_KDB_BREAK_H #define _ASM_KDB_BREAK_H /* * Kernel Debugger Architecture Dependent Global Headers * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 1999-2004 Silicon Graphics, Inc. All Rights Reserved. */ /* * Break numbers are used by CONFIG_KDB_LOCK code. They need to be seperated * from asm/kdb.h to let spinlock code build without pulling in all of the kdb * headers. */ #define KDB_BREAK_BREAK 0x80100 /* kdb breakpoint in kernel */ #define KDB_BREAK_ENTER 0x80101 /* KDB_ENTER(), single event or monarch */ #define KDB_BREAK_ENTER_SLAVE 0x80102 /* KDB_ENTER_SLAVE(), concurrent slave events */ #endif /* !_ASM_KDB_BREAK_H */