@@ -113,42 +113,6 @@ config SPINLOCK_TEST
113113 help
114114 Add several files to the debugfs to test spinlock speed.
115115
116- if CPU_MIPSR6
117-
118- choice
119- prompt "Compact branch policy"
120- default MIPS_COMPACT_BRANCHES_OPTIMAL
121-
122- config MIPS_COMPACT_BRANCHES_NEVER
123- bool "Never (force delay slot branches)"
124- help
125- Pass the -mcompact-branches=never flag to the compiler in order to
126- force it to always emit branches with delay slots, and make no use
127- of the compact branch instructions introduced by MIPSr6. This is
128- useful if you suspect there may be an issue with compact branches in
129- either the compiler or the CPU.
130-
131- config MIPS_COMPACT_BRANCHES_OPTIMAL
132- bool "Optimal (use where beneficial)"
133- help
134- Pass the -mcompact-branches=optimal flag to the compiler in order for
135- it to make use of compact branch instructions where it deems them
136- beneficial, and use branches with delay slots elsewhere. This is the
137- default compiler behaviour, and should be used unless you have a
138- reason to choose otherwise.
139-
140- config MIPS_COMPACT_BRANCHES_ALWAYS
141- bool "Always (force compact branches)"
142- help
143- Pass the -mcompact-branches=always flag to the compiler in order to
144- force it to always emit compact branches, making no use of branch
145- instructions with delay slots. This can result in more compact code
146- which may be beneficial in some scenarios.
147-
148- endchoice
149-
150- endif # CPU_MIPSR6
151-
152116config SCACHE_DEBUGFS
153117 bool "L2 cache debugfs entries"
154118 depends on DEBUG_FS
0 commit comments