All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: Octeon: Enable C0_UserLocal probing.
@ 2011-07-05 23:35 David Daney
  2011-08-02  9:21 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2011-07-05 23:35 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

Octeon2 processor cores have a UserLocal register.  Remove the hard
coded negative probe and allow the standard probing to detect this
feature.

Signed-off-by: David Daney <david.daney@cavium.com>
---
 .../asm/mach-cavium-octeon/cpu-feature-overrides.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h
index 0d5a42b..a58addb 100644
--- a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h
+++ b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h
@@ -54,7 +54,6 @@
 #define cpu_has_mips_r2_exec_hazard 0
 #define cpu_has_dsp		0
 #define cpu_has_mipsmt		0
-#define cpu_has_userlocal	0
 #define cpu_has_vint		0
 #define cpu_has_veic		0
 #define cpu_hwrena_impl_bits	0xc0000000
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Octeon: Enable C0_UserLocal probing.
  2011-07-05 23:35 [PATCH] MIPS: Octeon: Enable C0_UserLocal probing David Daney
@ 2011-08-02  9:21 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2011-08-02  9:21 UTC (permalink / raw)
  To: David Daney; +Cc: linux-mips

On Tue, Jul 05, 2011 at 04:35:53PM -0700, David Daney wrote:

> Octeon2 processor cores have a UserLocal register.  Remove the hard
> coded negative probe and allow the standard probing to detect this
> feature.

Applied, thanks!

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-02  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05 23:35 [PATCH] MIPS: Octeon: Enable C0_UserLocal probing David Daney
2011-08-02  9:21 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.