Skip to content

Commit

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

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
  MIPS: SMTC: Fix lockup in smtc_distribute_timer
  MIPS: TXx9: Update rbtx49xx_defconfig
  MIPS: Make local arrays with CL_SIZE static __initdata
  MIPS: Add DMA declare coherent memory support
  MIPS: Fix emulation of 64-bit FPU on FPU-less 64-bit CPUs.
  • Loading branch information
Linus Torvalds committed Nov 14, 2009
2 parents cd4ca27 + 5df9d11 commit 24dfb2b
Show file tree
Hide file tree
Showing 10 changed files with 230 additions and 96 deletions.
1 change: 1 addition & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config MIPS
bool
default y
select HAVE_GENERIC_DMA_COHERENT
select HAVE_IDE
select HAVE_OPROFILE
select HAVE_ARCH_KGDB
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/bcm47xx/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static __init void prom_init_console(void)

static __init void prom_init_cmdline(void)
{
char buf[CL_SIZE];
static char buf[CL_SIZE] __initdata;

/* Get the kernel command line from CFE */
if (cfe_getenv("LINUX_CMDLINE", buf, CL_SIZE) >= 0) {
Expand Down
Loading

0 comments on commit 24dfb2b

Please sign in to comment.