]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.21-no-FPU.patch
- [2.4.2x, 2.6.x] don't recursively crash in die() on CHRP/PReP machines
[packages/kernel.git] / linux-2.4.21-no-FPU.patch
1 diff -ur linux-2.4.20/fs/davfs/proc.c linux-2.4.20.fpu/fs/davfs/proc.c
2 --- linux-2.4.20/fs/davfs/proc.c        Sun Mar  9 21:12:08 2003
3 +++ linux-2.4.20.fpu/fs/davfs/proc.c    Sun Mar  9 21:05:33 2003
4 @@ -156,7 +156,7 @@
5  int dav_atoi(char *digit) {
6      int ret=0;
7      int i = (strlen(digit)-1);
8 -    double weight=1;
9 +    unsigned int weight=1;
10      
11      for(;i;i--)
12          weight*=10;
This page took 0.056601 seconds and 3 git commands to generate.