Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157079
b: refs/heads/master
c: 4a683bf
h: refs/heads/master
i:
  157077: 7d49eef
  157075: 359307e
  157071: 81d914a
v: v3
  • Loading branch information
Ingo Molnar committed Aug 21, 2009
1 parent 37ee4e8 commit 3473cd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: eda1e328556565e211b7450250e40d6de751563a
refs/heads/master: 4a683bf94b8a10e2bb0da07aec3ac0a55e5de61f
7 changes: 4 additions & 3 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,13 +733,14 @@ static void __init do_ctors(void)
int initcall_debug;
core_param(initcall_debug, initcall_debug, bool, 0644);

static char msgbuf[64];
static struct boot_trace_call call;
static struct boot_trace_ret ret;

int do_one_initcall(initcall_t fn)
{
int count = preempt_count();
ktime_t calltime, delta, rettime;
char msgbuf[64];
struct boot_trace_call call;
struct boot_trace_ret ret;

if (initcall_debug) {
call.caller = task_pid_nr(current);
Expand Down

0 comments on commit 3473cd5

Please sign in to comment.