diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-02-20 11:45:17 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-02-20 11:45:17 -0500 |
commit | 4d628f66d82caa8514db22cba00f1a6d0bf64d40 (patch) | |
tree | b288e253820c9f3309d731218bb5b2a4ab998f74 /litmus/kexclu_affinity.c | |
parent | d6ddecb0d2cee3880a2785c2b4345336855dc6e5 (diff) |
compiler junk
Diffstat (limited to 'litmus/kexclu_affinity.c')
-rw-r--r-- | litmus/kexclu_affinity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/kexclu_affinity.c b/litmus/kexclu_affinity.c index 5ef5e54d600d..a81b28e5f7b7 100644 --- a/litmus/kexclu_affinity.c +++ b/litmus/kexclu_affinity.c | |||
@@ -89,4 +89,4 @@ void affinity_observer_new(struct affinity_observer* aff, | |||
89 | aff->ops = ops; | 89 | aff->ops = ops; |
90 | aff->lock = get_lock_from_od(args->lock_od); | 90 | aff->lock = get_lock_from_od(args->lock_od); |
91 | aff->ident = atomic_inc_return(&aff_obs_id_gen); | 91 | aff->ident = atomic_inc_return(&aff_obs_id_gen); |
92 | } \ No newline at end of file | 92 | } |