un-tokenize savers
authorAlex Hornung <ahornung@gmail.com>
Wed, 22 Sep 2010 10:55:48 +0000 (11:55 +0100)
committerAlex Hornung <ahornung@gmail.com>
Wed, 22 Sep 2010 10:55:48 +0000 (11:55 +0100)
commitd2d1103f52e6fb116ee65a9940477c5449933f28
tree46f9c6e5b0d2c26d70800f39278014578c1ea893
parent5bb9412e431e6cd4cd699552b9d0bc533e3ec5b6
un-tokenize savers

* Un-tokenize all savers again. We can't simply tokenize around vidsw[]
  that easily because the saver functions are called from the console
  paths, too (cnputc, ...)

* Regarding vidsw we'll eventually have to find a different solution to
  lock it up. The current approach can't work.

Reported-by: Sascha Wildner (swildner@)
sys/dev/misc/syscons/blank/blank_saver.c
sys/dev/misc/syscons/fade/fade_saver.c
sys/dev/misc/syscons/fred/fred_saver.c
sys/dev/misc/syscons/green/green_saver.c
sys/dev/misc/syscons/snake/snake_saver.c
sys/dev/misc/syscons/star/star_saver.c