swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 6a55617ed5d1aa62b850de2cf66f5ede2eef4825 authored by Linus Torvalds on 21 August 2008, 02:35:56 UTC
Linux v2.6.27-rc4
Tip revision: 6a55617
bugs.h
/*
 * include/asm-xtensa/bugs.h
 *
 * This is included by init/main.c to check for architecture-dependent bugs.
 *
 * Xtensa processors don't have any bugs.  :)
 *
 * 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.
 */

#ifndef _XTENSA_BUGS_H
#define _XTENSA_BUGS_H

static void check_bugs(void) { }

#endif /* _XTENSA_BUGS_H */
back to top