Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286726
b: refs/heads/master
c: 897e01a
h: refs/heads/master
v: v3
  • Loading branch information
Christian Kujau authored and Benjamin Herrenschmidt committed Jan 24, 2012
1 parent 6480dd1 commit 948631c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f7aa554510f8ff4b1411c31332713ccd8c244ace
refs/heads/master: 897e01a08c08d86bc76bebb0ca14588b406500e5
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/crash.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

/* This keeps a track of which one is the crashing cpu. */
int crashing_cpu = -1;
static atomic_t cpus_in_crash;
static int time_to_dump;

#define CRASH_HANDLER_MAX 3
Expand All @@ -66,6 +65,7 @@ static int handle_fault(struct pt_regs *regs)

#ifdef CONFIG_SMP

static atomic_t cpus_in_crash;
void crash_ipi_callback(struct pt_regs *regs)
{
static cpumask_t cpus_state_saved = CPU_MASK_NONE;
Expand Down

0 comments on commit 948631c

Please sign in to comment.