Fix some builds with Kconfig.
[coreboot.git] / src / arch / ppc / lib / floats.inc
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 1999-2000 AG Electronics Ltd.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 /*    .text*/
21     .globl  _init_float_registers
22     
23 _init_float_registers:
24     lfd     0, 0(3)
25     lfd     1, 0(3)
26     lfd     2, 0(3)
27     lfd     3, 0(3)
28     lfd     4, 0(3)
29     lfd     5, 0(3)
30     lfd     6, 0(3)
31     lfd     7, 0(3)
32     lfd     8, 0(3)
33     lfd     9, 0(3)
34     lfd     10, 0(3)
35     lfd     11, 0(3)
36     lfd     12, 0(3)
37     lfd     13, 0(3)
38     lfd     14, 0(3)
39     lfd     15, 0(3)
40     lfd     16, 0(3)
41     lfd     17, 0(3)
42     lfd     18, 0(3)
43     lfd     19, 0(3)
44     lfd     20, 0(3)
45     lfd     21, 0(3)
46     lfd     22, 0(3)
47     lfd     23, 0(3)
48     lfd     24, 0(3)
49     lfd     25, 0(3)
50     lfd     26, 0(3)
51     lfd     27, 0(3)
52     lfd     28, 0(3)
53     lfd     29, 0(3)
54     lfd     30, 0(3)
55     lfd     31, 0(3)
56     blr
57     .end
58