genex.S (1913c7f3fc2514e09262baf2267a82dfdb215c39) | genex.S (071d2f0b5419d3cf80cc8ba73ec8fe2cedc4cc0c) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1994 - 2000, 2001, 2003 Ralf Baechle 7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. 8 * Copyright (C) 2002, 2007 Maciej W. Rozycki --- 643 unchanged lines hidden (view full) --- 652 .set push 653 .set arch=r4000 654 eret 655 .set pop 656#endif 657 .set pop 658 END(handle_ri_rdhwr) 659 | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1994 - 2000, 2001, 2003 Ralf Baechle 7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. 8 * Copyright (C) 2002, 2007 Maciej W. Rozycki --- 643 unchanged lines hidden (view full) --- 652 .set push 653 .set arch=r4000 654 eret 655 .set pop 656#endif 657 .set pop 658 END(handle_ri_rdhwr) 659 |
660#ifdef CONFIG_64BIT | 660#ifdef CONFIG_CPU_R4X00_BUGS64 |
661/* A temporary overflow handler used by check_daddi(). */ 662 663 __INIT 664 665 BUILD_HANDLER daddi_ov daddi_ov none silent /* #12 */ 666#endif | 661/* A temporary overflow handler used by check_daddi(). */ 662 663 __INIT 664 665 BUILD_HANDLER daddi_ov daddi_ov none silent /* #12 */ 666#endif |