diff --git a/[refs] b/[refs] index cde1b7688236..e970c23dbc64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23adec554a7648f99c8acc0caf49c66320cd2b84 +refs/heads/master: 6e766410c4babd37bc7cd5e25009c179781742c8 diff --git a/trunk/lib/smp_processor_id.c b/trunk/lib/smp_processor_id.c index 6c90fb90e19c..e555ab62fbad 100644 --- a/trunk/lib/smp_processor_id.c +++ b/trunk/lib/smp_processor_id.c @@ -7,7 +7,7 @@ #include #include -unsigned int debug_smp_processor_id(void) +notrace unsigned int debug_smp_processor_id(void) { unsigned long preempt_count = preempt_count(); int this_cpu = raw_smp_processor_id();