Loading arch/blackfin/include/asm/kgdb.h +15 −38 Original line number Original line Diff line number Diff line /* /* Blackfin KGDB header * File: include/asm-blackfin/kgdb.h * Based on: * Author: Sonic Zhang * * Created: * Description: * * Rev: $Id: kgdb_bfin_linux-2.6.x.patch 4934 2007-02-13 09:32:11Z sonicz $ * * Modified: * Copyright 2005-2006 Analog Devices Inc. * * * Bugs: Enter bugs at http://blackfin.uclinux.org/ * Copyright 2005-2009 Analog Devices Inc. * * * This program is free software; you can redistribute it and/or modify * Licensed under the GPL-2 or later. * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see the file COPYING, or write * to the Free Software Foundation, Inc., * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ */ #ifndef __ASM_BLACKFIN_KGDB_H__ #ifndef __ASM_BLACKFIN_KGDB_H__ Loading @@ -37,10 +13,11 @@ /* gdb locks */ /* gdb locks */ #define KGDB_MAX_NO_CPUS 8 #define KGDB_MAX_NO_CPUS 8 /************************************************************************/ /* /* BUFMAX defines the maximum number of characters in inbound/outbound buffers*/ * BUFMAX defines the maximum number of characters in inbound/outbound buffers. /* at least NUMREGBYTES*2 are needed for register packets */ * At least NUMREGBYTES*2 are needed for register packets. /* Longer buffer is needed to list all threads */ * Longer buffer is needed to list all threads. */ #define BUFMAX 2048 #define BUFMAX 2048 /* /* Loading Loading
arch/blackfin/include/asm/kgdb.h +15 −38 Original line number Original line Diff line number Diff line /* /* Blackfin KGDB header * File: include/asm-blackfin/kgdb.h * Based on: * Author: Sonic Zhang * * Created: * Description: * * Rev: $Id: kgdb_bfin_linux-2.6.x.patch 4934 2007-02-13 09:32:11Z sonicz $ * * Modified: * Copyright 2005-2006 Analog Devices Inc. * * * Bugs: Enter bugs at http://blackfin.uclinux.org/ * Copyright 2005-2009 Analog Devices Inc. * * * This program is free software; you can redistribute it and/or modify * Licensed under the GPL-2 or later. * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see the file COPYING, or write * to the Free Software Foundation, Inc., * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ */ #ifndef __ASM_BLACKFIN_KGDB_H__ #ifndef __ASM_BLACKFIN_KGDB_H__ Loading @@ -37,10 +13,11 @@ /* gdb locks */ /* gdb locks */ #define KGDB_MAX_NO_CPUS 8 #define KGDB_MAX_NO_CPUS 8 /************************************************************************/ /* /* BUFMAX defines the maximum number of characters in inbound/outbound buffers*/ * BUFMAX defines the maximum number of characters in inbound/outbound buffers. /* at least NUMREGBYTES*2 are needed for register packets */ * At least NUMREGBYTES*2 are needed for register packets. /* Longer buffer is needed to list all threads */ * Longer buffer is needed to list all threads. */ #define BUFMAX 2048 #define BUFMAX 2048 /* /* Loading