Quantcast
Channel: Linux Kernel Newbies Forum
Viewing all articles
Browse latest Browse all 7450

why jiffies defined just as unsigned long, not atomic_t? (no replies)

$
0
0
jiffies may be concurrently accessed in many places, why not defined as atomic_t?

I'm told in some architectures, the read/write of integer is nor atomic operation.

thanks.

Viewing all articles
Browse latest Browse all 7450

Trending Articles