]> git.pld-linux.org Git - packages/kernel.git/commitdiff
9acacfecdfffe113c4066300dd74e0fb linux-2.4-misc.patch
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Jan 2001 23:31:37 +0000 (23:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4-misc.patch -> 1.1

linux-2.4-misc.patch [new file with mode: 0644]

diff --git a/linux-2.4-misc.patch b/linux-2.4-misc.patch
new file mode 100644 (file)
index 0000000..33cf8dd
--- /dev/null
@@ -0,0 +1,11 @@
+--- linux/drivers/video/vesafb.c~      Sun Jan  7 03:43:00 2001
++++ linux/drivers/video/vesafb.c       Sun Jan  7 04:58:01 2001
+@@ -637,7 +637,7 @@
+               int temp_size = video_size;
+               /* Find the largest power-of-two */
+               while (temp_size & (temp_size - 1))
+-                      temp_sze &= (temp_size - 1);
++                      temp_size &= (temp_size - 1);
+                         
+                 /* Try and find a power of two to add */
+               while (temp_size && mtrr_add(video_base, temp_size, MTRR_TYPE_WRCOMB, 1)==-EINVAL) {
This page took 0.078024 seconds and 4 git commands to generate.