Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fa4cf92 authored by Jesper Dangaard Brouer's avatar Jesper Dangaard Brouer Committed by Jiri Kosina
Browse files

percpu_counter.h: comment code for better readability



Help people reading the percpu_counter code, to notice the ifdef
else statement that seperates CONFIG_SMP.

Signed-off-by: default avatarJesper Dangaard Brouer <brouer@redhat.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ffca80b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -83,7 +83,7 @@ static inline int percpu_counter_initialized(struct percpu_counter *fbc)
	return (fbc->counters != NULL);
	return (fbc->counters != NULL);
}
}


#else
#else /* !CONFIG_SMP */


struct percpu_counter {
struct percpu_counter {
	s64 count;
	s64 count;