sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 Oct 2018 05:10:51 +0000 (22:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Oct 2018 22:31:38 +0000 (15:31 -0700)
commit3fe5d7e861286c0b80573f094e32dd9736370d69
treec6254cf072f47a06ac4385aaf0a20e68b1679dc1
parent794b88e047588965ad8f716245857b452f118e13
sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.

If the TICK_PRIV_BIT was set, we would not be able to read the tick
register in user space, which is where this code runs.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/vdso/vclock_gettime.c