aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreinelt <>2003-07-18 04:43:14 +0000
committerreinelt <>2003-07-18 04:43:14 +0000
commit1ad0d29b1e2b54ecbe9f3c5665e65da46906eed4 (patch)
tree37db2c6d669494d12b129af9a49c54fc068aee64
parent57abe48704fa026cefd1123da3ca183f4a6aa9bf (diff)
downloadlcd4linux-1ad0d29b1e2b54ecbe9f3c5665e65da46906eed4.tar.gz
[lcd4linux @ 2003-07-18 04:43:14 by reinelt]
udelay: unnecessary sanity check removed
-rw-r--r--udelay.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/udelay.c b/udelay.c
index c33c683..4f5b64a 100644
--- a/udelay.c
+++ b/udelay.c
@@ -1,4 +1,4 @@
-/* $Id: udelay.c,v 1.11 2003/04/04 06:02:04 reinelt Exp $
+/* $Id: udelay.c,v 1.12 2003/07/18 04:43:14 reinelt Exp $
*
* short delays
*
@@ -20,6 +20,9 @@
*
*
* $Log: udelay.c,v $
+ * Revision 1.12 2003/07/18 04:43:14 reinelt
+ * udelay: unnecessary sanity check removed
+ *
* Revision 1.11 2003/04/04 06:02:04 reinelt
* new parallel port abstraction scheme
*
@@ -251,10 +254,6 @@ void ndelay (unsigned long nsec)
do {
rep_nop();
rdtscl(t2);
- // Fixme
- if (t2<t1) {
- debug ("ndelay wrap: t1=%d t2=%d", t1, t2);
- }
} while ((t2-t1)<nsec);
} else {
xed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@225 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2003-08-19[lcd4linux @ 2003-08-19 05:23:55 by reinelt]reinelt2-62/+123 HD44780 dual-controller patch from Jesse Brook Kovach git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@224 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2003-08-19[lcd4linux @ 2003-08-19 04:28:41 by reinelt]reinelt4-19/+42 more Icon stuff, minor glitches fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@223 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2003-08-17[lcd4linux @ 2003-08-17 16:37:39 by reinelt]reinelt5-23/+77 more icon framework git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@222 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2003-08-17[lcd4linux @ 2003-08-17 12:11:58 by reinelt]reinelt6-27/+118 framework for icons prepared git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@221 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2003-08-17[lcd4linux @ 2003-08-17 08:25:30 by reinelt]reinelt6-46/+185 preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@220 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2003-08-17[lcd4linux @ 2003-08-17 06:57:04 by reinelt]reinelt5-544/+325 complete rewrite of the Crystalfontz driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@219 3ae390bd-cb1e-0410-b409-cd5a39f66f1f