]> git.baikalelectronics.ru Git - kernel.git/commit
vt: Add a note on the historical abuse of CLOCK_TICK_RATE
authorAlan Cox <alan@linux.intel.com>
Wed, 6 May 2009 16:17:26 +0000 (17:17 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 May 2009 21:47:13 +0000 (14:47 -0700)
commit7f7325ff016afd34e02fe56c7bf1ceab9d0c181e
treed244557d75399814d614e4e037546a969472e25d
parent1b803b4808dd3269ec522c7862ba7f6d68fae8fb
vt: Add a note on the historical abuse of CLOCK_TICK_RATE

This is one area where we can't just magic away the bizarre use of
CLOCK_TICK_RATE as it leaks to user space APIs. It also means the visible
CLOCK_TICK_RATE is frozen for architectures which is horrible.

We need to fix this somehow

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/vt_ioctl.c