aboutsummaryrefslogtreecommitdiffstats
path: root/udelay.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-04-12 05:14:42 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-04-12 05:14:42 +0000
commitbace3dcf3dffa734e1444aa367c53565a9408345 (patch)
treea31e133ea94c58b4b45d0b913bbf4e13c272f807 /udelay.c
parentc55e7c91f86ad9cc5235b79f31108d1d53810d80 (diff)
downloadlcd4linux-bace3dcf3dffa734e1444aa367c53565a9408345.tar.gz
[lcd4linux @ 2004-04-12 05:14:42 by reinelt]
another BIG FAT WARNING on the use of raw ports instead of ppdev git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@416 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'udelay.c')
-rw-r--r--udelay.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/udelay.c b/udelay.c
index 293b7d0..f332bb0 100644
--- a/udelay.c
+++ b/udelay.c
@@ -1,4 +1,4 @@
-/* $Id: udelay.c,v 1.15 2004/04/12 04:56:00 reinelt Exp $
+/* $Id: udelay.c,v 1.16 2004/04/12 05:14:42 reinelt Exp $
*
* short delays
*
@@ -22,6 +22,9 @@
*
*
* $Log: udelay.c,v $
+ * Revision 1.16 2004/04/12 05:14:42 reinelt
+ * another BIG FAT WARNING on the use of raw ports instead of ppdev
+ *
* Revision 1.15 2004/04/12 04:56:00 reinelt
* emitted a BIG FAT WARNING if msr.h could not be found (and therefore
* the gettimeofday() delay loop would be used)
@@ -250,9 +253,9 @@ void udelay_init (void)
info ("using TSC delay loop, %u ticks per microsecond", ticks_per_usec);
} else
#else
- error ("/usr/include/asm/msr.h was missing at compile time.");
- error ("Even if your CPU supports TSC, it will not be used.");
- error ("You *really* should recompile LCD4linux with msr.h.");
+ error ("The file 'include/asm/msr.h' was missing at compile time.");
+ error ("Even if your CPU supports TSC, it will not be used!");
+ error ("You *really* should install msr.h and recompile LCD4linux!");
#endif
{