/*
 *  include/asm-arm/bugs.h
 *
 *  Copyright (C) 1995  Russell King
 */
#ifndef __ASM_BUGS_H
#define __ASM_BUGS_H

#include <asm/proc-fns.h>

#define check_bugs() processor._check_bugs()

#endif
