From dd35dd7e1745b1e5c54bb9951a5ac3b8149274f6 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 11 Dec 2008 16:10:08 +0100 Subject: [PATCH] --- yaml --- r: 121273 b: refs/heads/master c: 8001530d5af707eb9a158839c8f651eb6c1cb3c2 h: refs/heads/master i: 121271: 4565b63481d80fb282e47a495a1ffa9403142fda v: v3 --- [refs] | 2 +- trunk/include/trace/boot.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fbfb90dd455b..567730f648e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3134de60624829a57741c1f3796847d4de165f6 +refs/heads/master: 8001530d5af707eb9a158839c8f651eb6c1cb3c2 diff --git a/trunk/include/trace/boot.h b/trunk/include/trace/boot.h index 6b54537eab02..3ec58b4b7512 100644 --- a/trunk/include/trace/boot.h +++ b/trunk/include/trace/boot.h @@ -9,7 +9,7 @@ */ struct boot_trace_call { pid_t caller; - char func[KSYM_NAME_LEN]; + char func[KSYM_SYMBOL_LEN]; }; /* @@ -17,7 +17,7 @@ struct boot_trace_call { * while it returns. */ struct boot_trace_ret { - char func[KSYM_NAME_LEN]; + char func[KSYM_SYMBOL_LEN]; int result; unsigned long long duration; /* nsecs */ };