summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentythree.stp
blob: 4eba64f4860843e464859bcee9aaab2465969645 (plain)
1
2
3
4
5
6
7
8
9
#! stap -gp4

# Test for writing 64-bit target variable, PR 1271

probe kernel.function("deactivate_super")
{
	$s->s_maxbytes = 22;
	printf("set to 22 => %d\n", $s->s_maxbytes)
}