Revision de2addf592894b31b8149cca008f00d8102401e9 authored by Ian Campbell on 28 October 2008, 13:36:25 UTC, committed by Sam Ravnborg on 29 October 2008, 21:27:17 UTC
Architectures which have moved their includes to arch/<ARCH>/include
now list the headers twice in the source listing used by "make
cscope" and friends, causing those tools to list symbols twice.

Skipping these files in the ALLSOURCE_ARCHS pass rather than removing
the ALLINCLUDE_ARCHS pass preserves the semantics of the later.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
1 parent f03b283
Raw File
percpu.h
/*
 * linux/include/asm-xtensa/percpu.h
 *
 * 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) 2001 - 2005 Tensilica Inc.
 */

#ifndef _XTENSA_PERCPU__
#define _XTENSA_PERCPU__

#include <asm-generic/percpu.h>

#endif /* _XTENSA_PERCPU__ */
back to top