[BACK]Return to kdb_break.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / ia64 / include / asm

File: [Development] / linux-2.6-xfs / arch / ia64 / include / asm / kdb_break.h (download)

Revision 1.1, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.6.27-rc8
Merge of 2.6.x-xfs-melb:linux:32254b 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 */