Changeset 05882233 in mainline for uspace/lib/c/generic/thread/rcu.c


Ignore:
Timestamp:
2018-08-11T22:29:39Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0abc2ae
Parents:
498ced1
Message:

Unify various barrier includes into <barrier.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/thread/rcu.c

    r498ced1 r05882233  
    7171#include <stdio.h>
    7272#include <stddef.h>
    73 #include <compiler/barrier.h>
    74 #include <libarch/barrier.h>
     73#include <barrier.h>
    7574#include <macros.h>
    7675#include <async.h>
    7776#include <adt/list.h>
    78 #include <smp_memory_barrier.h>
     77#include <barrier.h>
    7978#include <assert.h>
    8079#include <time.h>
Note: See TracChangeset for help on using the changeset viewer.