Changeset c14762e in mainline for kernel/generic/src/smp/smp_call.c


Ignore:
Timestamp:
2012-07-12T16:43:38Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8471b9
Parents:
2e16033
Message:

adt: Removed duplicate implementations of list_concat().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/smp/smp_call.c

    r2e16033 rc14762e  
    191191       
    192192        spinlock_lock(&CPU->smp_calls_lock);
    193         list_splice(&CPU->smp_pending_calls, &calls_list.head);
     193        list_concat(&calls_list, &CPU->smp_pending_calls);
    194194        spinlock_unlock(&CPU->smp_calls_lock);
    195195
Note: See TracChangeset for help on using the changeset viewer.