Commit d5c639b8 authored by Benoit Rat's avatar Benoit Rat

time-wrs: using volatile to force HW access when adjust_freq

parent 6b15236d
......@@ -480,7 +480,7 @@ static int wrs_time_adjust_offset(struct pp_instance *ppi, long offset_ns)
static int wrs_time_adjust_freq(struct pp_instance *ppi, long freq_ppb)
{
static void *mapaddress;
static volatile void *mapaddress;
long tmp;
int32_t regval;
int fd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment