]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.5-rc1-20040317_0509-fix.patch
- CSZ scheduler removed from kernel tree.
[packages/kernel.git] / 2.6.5-rc1-20040317_0509-fix.patch
1 --- linux-2.6.5-rc1/drivers/cdrom/cdu31a.c.org  2004-03-17 08:51:20.000000000 +0100
2 +++ linux-2.6.5-rc1/drivers/cdrom/cdu31a.c      2004-03-17 08:59:46.255734776 +0100
3 @@ -3316,6 +3316,7 @@
4         char msg[255];
5         char buf[40];
6         int i;
7 +       int tmp_irq;
8  
9         /*
10          * According to Alex Freed (freed@europa.orion.adobe.com), this is
11 @@ -3335,7 +3336,7 @@
12  
13         if (cdu31a_port != 0) {
14                 /* Need IRQ 0 because we can't sleep here. */
15 -               int tmp_irq = cdu31a_irq;
16 +               tmp_irq = cdu31a_irq;
17                 cdu31a_irq = 0;
18                 if (!get_drive_configuration(cdu31a_port,
19                                             drive_config.exec_status,
This page took 0.039543 seconds and 3 git commands to generate.