diff options
Diffstat (limited to 'arch/parisc/Makefile')
-rw-r--r-- | arch/parisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 3b339b1cce13..e3549f480fa5 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile | |||
@@ -43,7 +43,7 @@ cflags-y += -mno-space-regs -mfast-indirect-calls | |||
43 | # Currently we save and restore fpregs on all kernel entry/interruption paths. | 43 | # Currently we save and restore fpregs on all kernel entry/interruption paths. |
44 | # If that gets optimized, we might need to disable the use of fpregs in the | 44 | # If that gets optimized, we might need to disable the use of fpregs in the |
45 | # kernel. | 45 | # kernel. |
46 | #cflags-y += -mdisable-fpregs | 46 | cflags-y += -mdisable-fpregs |
47 | 47 | ||
48 | # Without this, "ld -r" results in .text sections that are too big | 48 | # Without this, "ld -r" results in .text sections that are too big |
49 | # (> 0x40000) for branches to reach stubs. | 49 | # (> 0x40000) for branches to reach stubs. |