Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121273
b: refs/heads/master
c: 8001530
h: refs/heads/master
i:
  121271: 4565b63
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Dec 12, 2008
1 parent a4b2235 commit dd35dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f3134de60624829a57741c1f3796847d4de165f6
refs/heads/master: 8001530d5af707eb9a158839c8f651eb6c1cb3c2
4 changes: 2 additions & 2 deletions trunk/include/trace/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
*/
struct boot_trace_call {
pid_t caller;
char func[KSYM_NAME_LEN];
char func[KSYM_SYMBOL_LEN];
};

/*
* Structure which defines the trace of an initcall
* while it returns.
*/
struct boot_trace_ret {
char func[KSYM_NAME_LEN];
char func[KSYM_SYMBOL_LEN];
int result;
unsigned long long duration; /* nsecs */
};
Expand Down

0 comments on commit dd35dd7

Please sign in to comment.