Skip to content

Commit

Permalink
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/…
Browse files Browse the repository at this point in the history
…git/ralf/upstream-linus

* 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/upstream-linus:
  [MIPS] Make KGDB compile on UP
  [MIPS] Pb1200: Fix header breakage
  • Loading branch information
Linus Torvalds committed Apr 4, 2008
2 parents abd24df + e64a3cf commit 6fdf5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/mips/kernel/gdb-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
#include <asm/system.h>
#include <asm/gdb-stub.h>
#include <asm/inst.h>
#include <asm/smp.h>

/*
* external low-level support routines
Expand Down Expand Up @@ -656,6 +655,7 @@ void set_async_breakpoint(unsigned long *epc)
*epc = (unsigned long)async_breakpoint;
}

#ifdef CONFIG_SMP
static void kgdb_wait(void *arg)
{
unsigned flags;
Expand All @@ -668,6 +668,7 @@ static void kgdb_wait(void *arg)

local_irq_restore(flags);
}
#endif

/*
* GDB stub needs to call kgdb_wait on all processor with interrupts
Expand Down
2 changes: 1 addition & 1 deletion include/asm-mips/mach-pb1x00/pb1200.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ enum external_pb1200_ints {
PB1200_SD1_INSERT_INT,
PB1200_SD1_EJECT_INT,

PB1200_INT_END (PB1200_INT_BEGIN + 15)
PB1200_INT_END = PB1200_INT_BEGIN + 15
};

/* For drivers/pcmcia/au1000_db1x00.c */
Expand Down

0 comments on commit 6fdf5e6

Please sign in to comment.