Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189761
b: refs/heads/master
c: 1874a08
h: refs/heads/master
i:
  189759: 2bb8732
v: v3
  • Loading branch information
Ralf Baechle committed Apr 12, 2010
1 parent b9de0c6 commit 2f71679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c948aca4f49d94b08c425f65acdaca1d679d6fa7
refs/heads/master: 1874a0886076fbb26665f93a8999c05e389bae22
8 changes: 0 additions & 8 deletions trunk/arch/mips/cavium-octeon/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,6 @@ static void octeon_cpu_die(unsigned int cpu)
uint32_t avail_coremask;
struct cvmx_bootmem_named_block_desc *block_desc;

#ifdef CONFIG_CAVIUM_OCTEON_WATCHDOG
/* Disable the watchdog */
cvmx_ciu_wdogx_t ciu_wdog;
ciu_wdog.u64 = cvmx_read_csr(CVMX_CIU_WDOGX(cpu));
ciu_wdog.s.mode = 0;
cvmx_write_csr(CVMX_CIU_WDOGX(cpu), ciu_wdog.u64);
#endif

while (per_cpu(cpu_state, cpu) != CPU_DEAD)
cpu_relax();

Expand Down

0 comments on commit 2f71679

Please sign in to comment.