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)
commitfab892232e275e4e9351a50d018c0a9513155814
treed244557d75399814d614e4e037546a969472e25d
parent413f81eba35d6ede9289b0c8a920c013a84fac71
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