Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176108
b: refs/heads/master
c: bf2d809
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent d8e753b commit 6c728a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 519e9f417388ba055b7604db5f4f492f7c84f427
refs/heads/master: bf2d809668907c69b554459764b36584e4d57e4a
3 changes: 3 additions & 0 deletions trunk/arch/microblaze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ config GENERIC_CSUM
config STACKTRACE_SUPPORT
def_bool y

config LOCKDEP_SUPPORT
def_bool y

config PCI
def_bool n

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <asm-generic/cmpxchg.h>
#include <asm-generic/cmpxchg-local.h>

#define __ARCH_WANT_INTERRUPTS_ON_CTXSW

struct task_struct;
struct thread_info;

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ void __init machine_early_init(const char *cmdline, unsigned int ram,
strlcpy(cmd_line, cmdline, COMMAND_LINE_SIZE);
#endif

lockdep_init();

/* initialize device tree for usage in early_printk */
early_init_devtree((void *)_fdt_start);

Expand Down

0 comments on commit 6c728a0

Please sign in to comment.