• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/variant-fsf/
1/*
2 * Xtensa processor core configuration information.
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License.  See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1999-2006 Tensilica Inc.
9 */
10
11#ifndef XTENSA_TIE_H
12#define XTENSA_TIE_H
13
14/*----------------------------------------------------------------------
15			COPROCESSORS and EXTRA STATE
16  ----------------------------------------------------------------------*/
17
18#define XCHAL_CP_NUM			0	/* number of coprocessors */
19#define XCHAL_CP_MASK			0x00
20
21#endif /*XTENSA_CONFIG_TIE_H*/
22