1 /* $Id: fp.h,v 1.1 1998/07/16 17:01:54 ralf Exp $
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
7 * Copyright (C) 1998 by Ralf Baechle
11 * Activate and deactive the floatingpoint accelerator.
13 #define enable_cp1() \
14 __asm__ __volatile__( \
22 #define disable_cp1() \
23 __asm__ __volatile__( \