summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-sync-compare-and-swap.c
blob: c34d4ca4af56eb34e5d9b90aa2cabe1d4c844bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdint.h>

volatile uint64_t x;

int main(int argc, char *argv[])
{
	uint64_t old, new = argc;

	argv = argv;
	do {
		old = __sync_val_compare_and_swap(&x, 0, 0);
	} while (!__sync_bool_compare_and_swap(&x, old, new));
	return old == new;
}
rkus Mayer <mmayer@broadcom.com>2016-12-19 12:10:27 -0800 committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-01-27 11:43:48 +0100 commit9b02c54bc951fca884ba5719f42a27e8240965bf (patch) tree68292e54c6d3482d6b55fc31b3ab9519307b255a /include/trace/events/nilfs2.h parent7a308bb3016f57e5be11a677d15b821536419d36 (diff)
cpufreq: brcmstb-avs-cpufreq: extend sysfs entry brcm_avs_pmap
We extend the brcm_avs_pmap sysfs entry (which issues the GET_PMAP command to AVS) to include all fields from struct pmap. This means adding mode (AVS, DVS, DVFS) and state (the P-state) to the output. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/trace/events/nilfs2.h')